From 8245c7faf7c4d0c37ab9d53ccb84afed224ffc55 Mon Sep 17 00:00:00 2001 From: ahze Date: Fri, 30 Mar 2007 18:20:44 +0000 Subject: 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 --- graphics/gimp-app/Makefile | 13 +++---------- graphics/gimp-app/pkg-plist | 1 - 2 files changed, 3 insertions(+), 11 deletions(-) (limited to 'graphics') 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 -- cgit v1.2.3