diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-12-15 14:59:20 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-12-15 14:59:20 +0800 |
commit | 359abcafc88918cae38b7ab434bc12c5a83c2945 (patch) | |
tree | 709182d0028854aa3d29cd599d5037f841443047 | |
parent | a17d1d5d2aa9c2643f3a7dc7e9102df63dc90b8f (diff) | |
download | marcuscom-ports-359abcafc88918cae38b7ab434bc12c5a83c2945.tar marcuscom-ports-359abcafc88918cae38b7ab434bc12c5a83c2945.tar.gz marcuscom-ports-359abcafc88918cae38b7ab434bc12c5a83c2945.tar.bz2 marcuscom-ports-359abcafc88918cae38b7ab434bc12c5a83c2945.tar.lz marcuscom-ports-359abcafc88918cae38b7ab434bc12c5a83c2945.tar.xz marcuscom-ports-359abcafc88918cae38b7ab434bc12c5a83c2945.tar.zst marcuscom-ports-359abcafc88918cae38b7ab434bc12c5a83c2945.zip |
Make Gimp depend on librsvg always since gegl requires it.
PR: 129570
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11817 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | graphics/gimp-app/Makefile | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index 5f3a196ba..242625cd0 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -3,7 +3,7 @@ # Whom: erich@FreeBSD.org # # $FreeBSD$ -# $MCom: ports/graphics/gimp-app/Makefile,v 1.27 2008/12/02 17:43:18 mezz Exp $ +# $MCom: ports/graphics/gimp-app/Makefile,v 1.28 2008/12/06 01:10:50 marcus Exp $ # PORTNAME= gimp-app @@ -45,7 +45,7 @@ USE_XORG= xpm xmu xext USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 USE_GNOME+= gnomehack intltool intlhack gtk20 libartlgpl2 ltverhack \ - desktopfileutils + desktopfileutils librsvg2 USE_LDCONFIG= yes INSTALLS_ICONS= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore @@ -68,8 +68,7 @@ OPTIONS?= DEBUG "debugging" off \ DBUS "D-BUS support" on \ GVFS "Use GVFS for the URI plug-in" on \ HELPBROWSER "internal help browser" on \ - MP "multiple processor support" off \ - RSVG "SVG format support" on + MP "multiple processor support" off .endif .include <bsd.port.pre.mk> @@ -91,14 +90,6 @@ MLINKS= gimp-2.6.1 gimp.1 \ gimp-console-2.6.1 gimp-console.1 \ gimprc-2.6.5 gimprc.5 -.if defined(WITHOUT_RSVG) -CONFIGURE_ARGS+= --without-librsvg -PLIST_SUB+= SVG="@comment " -.else -USE_GNOME+= librsvg2 -PLIST_SUB+= SVG="" -.endif - .if defined(WITH_DEBUG) CONFIGURE_ARGS+= --enable-debug .endif |