aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/librsvg2
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2005-03-18 01:23:42 +0800
committeradamw <adamw@FreeBSD.org>2005-03-18 01:23:42 +0800
commit2e7e5ff4beda980b51afb27154f917064e172c4c (patch)
treeb1224da6ea491d5a0e006b4360d07ae4a089beae /graphics/librsvg2
parentf07e4307992adc433e692eecaf02790ae9e3f6bd (diff)
downloadfreebsd-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/Makefile12
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