diff options
author | adamw <adamw@FreeBSD.org> | 2005-03-18 01:23:42 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2005-03-18 01:23:42 +0800 |
commit | 2e7e5ff4beda980b51afb27154f917064e172c4c (patch) | |
tree | b1224da6ea491d5a0e006b4360d07ae4a089beae /graphics/librsvg2 | |
parent | f07e4307992adc433e692eecaf02790ae9e3f6bd (diff) | |
download | freebsd-ports-gnome-2e7e5ff4beda980b51afb27154f917064e172c4c.tar.gz freebsd-ports-gnome-2e7e5ff4beda980b51afb27154f917064e172c4c.tar.zst freebsd-ports-gnome-2e7e5ff4beda980b51afb27154f917064e172c4c.zip |
Remove gnome-vfs support.
PORTREVISION bump.
Diffstat (limited to 'graphics/librsvg2')
-rw-r--r-- | graphics/librsvg2/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile index d13ef9beb3cd..87b9a037c479 100644 --- a/graphics/librsvg2/Makefile +++ b/graphics/librsvg2/Makefile @@ -7,7 +7,7 @@ PORTNAME= librsvg2 PORTVERSION= 2.9.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.9 @@ -36,7 +36,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_ARGS= --with-svgz \ --disable-gtk-doc \ --without-gimp \ - --with-croco + --with-croco \ + --disable-gnome-vfs CROCO_VERSION= 0.6 GTK_VERSION= 2.4.0 @@ -54,13 +55,6 @@ WITH_GNOME= yes .include <bsd.port.pre.mk> -.if ${HAVE_GNOME:Mgnomevfs2}!="" -USE_GNOME+= gnomevfs2 -CONFIGURE_ARGS+=--enable-gnome-vfs -.else -CONFIGURE_ARGS+=--disable-gnome-vfs -.endif - .if defined(WITH_MOZILLA_PLUGIN) .if defined(WITH_MOZILLA) && ${WITH_MOZILLA}=="firefox" BUILD_DEPENDS+= ${X11BASE}/libdata/pkgconfig/firefox-plugin.pc:${PORTSDIR}/www/firefox |