summaryrefslogtreecommitdiff
path: root/graphics/librsvg2
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2005-03-17 17:23:42 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2005-03-17 17:23:42 +0000
commita07e06990f3c6ceff8c298cea54a51b17016ffbf (patch)
treef3706b9c0a3300652f7af0d426416ba37c98e49a /graphics/librsvg2
parentReset maintainer to ports@FreeBSD.org (diff)
Remove gnome-vfs support.
PORTREVISION bump.
Notes
Notes: svn path=/head/; revision=131512
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