diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-09-19 10:08:06 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-09-19 10:08:06 +0800 |
commit | f0572fe73e1e492c5283b17894e0e754d2f6b85f (patch) | |
tree | 3746706aae6bd7bacc24635733fcd86e37fad7f8 /graphics/gimpshop | |
parent | 1e0a9343e27faae7763168c18d4656fbc1ce79a7 (diff) | |
download | marcuscom-ports-f0572fe73e1e492c5283b17894e0e754d2f6b85f.tar marcuscom-ports-f0572fe73e1e492c5283b17894e0e754d2f6b85f.tar.gz marcuscom-ports-f0572fe73e1e492c5283b17894e0e754d2f6b85f.tar.bz2 marcuscom-ports-f0572fe73e1e492c5283b17894e0e754d2f6b85f.tar.lz marcuscom-ports-f0572fe73e1e492c5283b17894e0e754d2f6b85f.tar.xz marcuscom-ports-f0572fe73e1e492c5283b17894e0e754d2f6b85f.tar.zst marcuscom-ports-f0572fe73e1e492c5283b17894e0e754d2f6b85f.zip |
Sync w/ FreeBSD ports, no cookie or beer for ahze. ;-)
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9676 df743ca5-7f9a-e211-a948-0013205c9059
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 972b8d6c2..2a9064ed3 100644 --- a/graphics/gimpshop/Makefile +++ b/graphics/gimpshop/Makefile @@ -7,7 +7,7 @@ PORTNAME= gimpshop PORTVERSION= 2.2.11 -PORTREVISION= 6 +PORTREVISION= 7 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 329a68a33..1709ab277 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 |