diff options
author | ahze <ahze@FreeBSD.org> | 2007-09-17 01:41:06 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2007-09-17 01:41:06 +0800 |
commit | 068b09e6a166bebec6e7effea0fe04cfefd5c955 (patch) | |
tree | aa8b412e0ed73e972066dfeb8eaf2abc6583f4e9 /graphics | |
parent | e5802dbe538d1162d4cdef3b1141eee3e58da167 (diff) | |
download | freebsd-ports-gnome-068b09e6a166bebec6e7effea0fe04cfefd5c955.tar.gz freebsd-ports-gnome-068b09e6a166bebec6e7effea0fe04cfefd5c955.tar.zst freebsd-ports-gnome-068b09e6a166bebec6e7effea0fe04cfefd5c955.zip |
Remove gimp-print support
Diffstat (limited to 'graphics')
-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 |