diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2007-09-16 17:41:06 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2007-09-16 17:41:06 +0000 |
commit | 1bb66be3ba545a7a4ef61bb9992f500600b30c67 (patch) | |
tree | afef1d87f1ea225f0ed7984559d153ac6b32e8a3 /graphics/gimpshop | |
parent | dcb238d45758948aa519a2405ee3781972ea71ae (diff) | |
download | ports-1bb66be3ba545a7a4ef61bb9992f500600b30c67.tar.gz ports-1bb66be3ba545a7a4ef61bb9992f500600b30c67.zip |
Notes
Diffstat (limited to 'graphics/gimpshop')
-rw-r--r-- | graphics/gimpshop/Makefile | 14 | ||||
-rw-r--r-- | graphics/gimpshop/pkg-plist | 1 |
2 files changed, 3 insertions, 12 deletions
diff --git a/graphics/gimpshop/Makefile b/graphics/gimpshop/Makefile index a2c27a55217b..b2ca7ec194ce 100644 --- a/graphics/gimpshop/Makefile +++ b/graphics/gimpshop/Makefile @@ -7,7 +7,7 @@ PORTNAME= gimpshop PORTVERSION= 2.2.11 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics gnome MASTER_SITES= http://www.plasticbugs.com/blogimg/ \ http://freebsd.powered.net/distfiles/ @@ -40,7 +40,8 @@ PLIST_SUB= SHLIBVER="${SHLIBVER}" CONFIGURE_ARGS= --disable-perl \ --with-html-dir=${DOCSDIR} \ --disable-gtk-doc \ - --enable-static + --enable-static \ + --disable-print CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" @@ -51,7 +52,6 @@ MAN5= gimprc.5 gimprc-2.2.5 OPTIONS= DEBUG "debugging" off \ PYTHON "Python-Fu support" off \ - PRINT "GIMP printing" on \ HTML_HELP_BROWSER "GIMP help browser" on \ MP "multiple processor support" off @@ -74,14 +74,6 @@ CONFIGURE_ARGS+= --disable-python PLIST_SUB+= PYTHON:="@comment " .endif -.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 - .if defined(WITH_MP) CONFIGURE_ARGS+= --enable-mp .endif diff --git a/graphics/gimpshop/pkg-plist b/graphics/gimpshop/pkg-plist index 9f998d748ad1..fe101f895dd7 100644 --- a/graphics/gimpshop/pkg-plist +++ b/graphics/gimpshop/pkg-plist @@ -310,7 +310,6 @@ libexec/gimp/2.2/plug-ins/png libexec/gimp/2.2/plug-ins/pnm libexec/gimp/2.2/plug-ins/polar libexec/gimp/2.2/plug-ins/postscript -%%PRINT%%libexec/gimp/2.2/plug-ins/print libexec/gimp/2.2/plug-ins/procedure-browser libexec/gimp/2.2/plug-ins/psd libexec/gimp/2.2/plug-ins/psd_save |