diff options
Diffstat (limited to 'graphics/librsvg2/Makefile')
-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 |