diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-21 17:30:27 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-21 17:30:27 +0000 |
commit | 0828e9416533361471099b759299a144e7091070 (patch) | |
tree | 73426bf4ee7b80a39e6e79906e3ed35ad72c8eaf /graphics/gimp-app-devel/Makefile | |
parent | ccab58ef8655d453c994b3538ad6157b675c72bc (diff) | |
download | ports-0828e9416533361471099b759299a144e7091070.tar.gz ports-0828e9416533361471099b759299a144e7091070.zip |
Notes
Diffstat (limited to 'graphics/gimp-app-devel/Makefile')
-rw-r--r-- | graphics/gimp-app-devel/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/gimp-app-devel/Makefile b/graphics/gimp-app-devel/Makefile index 6077f19ee374..d84babbd6cfc 100644 --- a/graphics/gimp-app-devel/Makefile +++ b/graphics/gimp-app-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= gimp PORTVERSION= 2.0.pre2 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= graphics gnome MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ @@ -66,8 +67,10 @@ PLIST_SUB+= PYTHON:="@comment " .if defined(WITHOUT_PRINT) CONFIGURE_ARGS+= --disable-print +PLIST_SUB+= PRINT="@comment " .else LIB_DEPENDS+= gimpprint.2:${PORTSDIR}/print/gimp-print +PLIST_SUB+= PRINT="" .endif .include <bsd.port.pre.mk> |