diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-03-31 02:20:44 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-03-31 02:20:44 +0800 |
commit | 8245c7faf7c4d0c37ab9d53ccb84afed224ffc55 (patch) | |
tree | db8ddc5ff503460e10a680b1436a406714752716 /graphics/gimp-app | |
parent | 1d715b601a9b9e13a115ec770e9a3c6a56f92510 (diff) | |
download | marcuscom-ports-8245c7faf7c4d0c37ab9d53ccb84afed224ffc55.tar marcuscom-ports-8245c7faf7c4d0c37ab9d53ccb84afed224ffc55.tar.gz marcuscom-ports-8245c7faf7c4d0c37ab9d53ccb84afed224ffc55.tar.bz2 marcuscom-ports-8245c7faf7c4d0c37ab9d53ccb84afed224ffc55.tar.lz marcuscom-ports-8245c7faf7c4d0c37ab9d53ccb84afed224ffc55.tar.xz marcuscom-ports-8245c7faf7c4d0c37ab9d53ccb84afed224ffc55.tar.zst marcuscom-ports-8245c7faf7c4d0c37ab9d53ccb84afed224ffc55.zip |
Remove print plugin option since graphics/gimp handles that
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8585 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/gimp-app')
-rw-r--r-- | graphics/gimp-app/Makefile | 13 | ||||
-rw-r--r-- | graphics/gimp-app/pkg-plist | 1 |
2 files changed, 3 insertions, 11 deletions
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index 6b125f923..ed4090e91 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -3,7 +3,7 @@ # Whom: erich@FreeBSD.org # # $FreeBSD$ -# $MCom: ports/graphics/gimp/Makefile,v 1.2 2006/08/25 18:14:57 pav Exp $ +# $MCom: ports/graphics/gimp-app/Makefile,v 1.10 2007/03/30 18:18:12 ahze Exp $ PORTNAME= gimp PORTVERSION= 2.2.13 @@ -47,7 +47,8 @@ CONFIGURE_ARGS= --disable-perl \ --with-html-dir=${DOCSDIR} \ --disable-gtk-doc \ --enable-static \ - --mandir=${PREFIX}/man + --mandir=${PREFIX}/man \ + --disable-print CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" @@ -89,14 +90,6 @@ USE_GNOME+= librsvg2 PLIST_SUB+= SVG="" .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/gimp-app/pkg-plist b/graphics/gimp-app/pkg-plist index 6946abf9f..e54c1afca 100644 --- a/graphics/gimp-app/pkg-plist +++ b/graphics/gimp-app/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 |