diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-09-25 03:40:45 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-09-25 03:40:45 +0800 |
commit | 9ced46104627cbc6bd354fd69461ad109a90f0b3 (patch) | |
tree | f0a4ba52b8af046f7be8376a7bf8a1bcd988f9a6 | |
parent | ec111102c69a541dfe831c24ba19a65e9449b547 (diff) | |
download | marcuscom-ports-9ced46104627cbc6bd354fd69461ad109a90f0b3.tar marcuscom-ports-9ced46104627cbc6bd354fd69461ad109a90f0b3.tar.gz marcuscom-ports-9ced46104627cbc6bd354fd69461ad109a90f0b3.tar.bz2 marcuscom-ports-9ced46104627cbc6bd354fd69461ad109a90f0b3.tar.lz marcuscom-ports-9ced46104627cbc6bd354fd69461ad109a90f0b3.tar.xz marcuscom-ports-9ced46104627cbc6bd354fd69461ad109a90f0b3.tar.zst marcuscom-ports-9ced46104627cbc6bd354fd69461ad109a90f0b3.zip |
Sync w/ FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9703 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | editors/dedit/Makefile | 2 | ||||
-rw-r--r-- | print/ggv/Makefile | 10 | ||||
-rw-r--r-- | print/gnome-print/Makefile | 10 |
3 files changed, 3 insertions, 19 deletions
diff --git a/editors/dedit/Makefile b/editors/dedit/Makefile index 982e169b9..f459e8b01 100644 --- a/editors/dedit/Makefile +++ b/editors/dedit/Makefile @@ -7,7 +7,7 @@ PORTNAME= dedit PORTVERSION= 0.6.2.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL} DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/print/ggv/Makefile b/print/ggv/Makefile index b4302b61a..14216ba91 100644 --- a/print/ggv/Makefile +++ b/print/ggv/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/print/ggv/Makefile,v 1.5 2005/09/05 20:16:08 marcus Exp $ +# $MCom: ports/print/ggv/Makefile,v 1.7 2007/08/06 18:47:21 mezz Exp $ # PORTNAME= ggv @@ -30,14 +30,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ GCONF_SCHEMAS= ggv.schemas -pre-everything:: -.if !defined(WITH_GHOSTSCRIPT_AFPL) || ${WITH_GHOSTSCRIPT_AFPL} != yes - @${ECHO_MSG} "" - @${ECHO_MSG} " Define WITH_GHOSTSCRIPT_AFPL=yes to use" - @${ECHO_MSG} " AFPL Postscript interpreter instead of GNU one" - @${ECHO_MSG} "" -.endif - post-install: @-update-desktop-database > /dev/null diff --git a/print/gnome-print/Makefile b/print/gnome-print/Makefile index 0130df26b..37bc4f60d 100644 --- a/print/gnome-print/Makefile +++ b/print/gnome-print/Makefile @@ -3,7 +3,7 @@ # Whom: Vanilla I. Shu <vanilla@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/print/gnome-print/Makefile,v 1.4 2007/05/02 23:06:20 mezz Exp $ +# $MCom: ports/print/gnome-print/Makefile,v 1.5 2007/05/19 21:36:20 marcus Exp $ # PORTNAME= gnome-print @@ -37,14 +37,6 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -pre-everything:: -.if !defined(WITH_GHOSTSCRIPT_AFPL) || ${WITH_GHOSTSCRIPT_AFPL} != yes - @${ECHO_MSG} "" - @${ECHO_MSG} " Define WITH_GHOSTSCRIPT_AFPL=yes to use" - @${ECHO_MSG} " AFPL Postscript interpreter instead of GNU one" - @${ECHO_MSG} "" -.endif - post-install: @${TOUCH} ${PREFIX}/etc/gnome/fonts/gnome-print-x11.fontmap |