summaryrefslogtreecommitdiffstats
path: root/graphics/librsvg2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/librsvg2/Makefile')
-rw-r--r--graphics/librsvg2/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile
index 62a5d2c8f..601158efe 100644
--- a/graphics/librsvg2/Makefile
+++ b/graphics/librsvg2/Makefile
@@ -3,11 +3,11 @@
# Whom: Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$
-# $MCom$
+# $MCom: ports/graphics/librsvg2/Makefile,v 1.74 2005/11/06 01:14:02 ahze Exp $
#
PORTNAME= librsvg2
-PORTVERSION= 2.13.0
+PORTVERSION= 2.13.2
CATEGORIES= graphics gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.13
@@ -29,7 +29,7 @@ USE_X_PREFIX= yes
INSTALLS_SHLIB= yes
USE_AUTOTOOLS= libtool:15
USE_REINPLACE= yes
-USE_GNOME= gnomehack gnomeprefix libartlgpl2 libgsf gtk20 ltverhack
+USE_GNOME= gnomehack gnomeprefix libgsf gtk20 ltverhack
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --with-svgz \
@@ -37,8 +37,7 @@ CONFIGURE_ARGS= --with-svgz \
--without-gimp \
--with-croco \
--disable-gnome-vfs \
- --enable-gtk-theme \
- --with-art
+ --enable-gtk-theme
CROCO_VERSION= 0.6
GTK_VERSION= 2.4.0
@@ -53,7 +52,6 @@ MAN1= rsvg.1
# disable mozilla stuff
-.if 0
.if defined(WITH_MOZILLA_PLUGIN)
WITH_MOZILLA?= firefox
@@ -91,6 +89,5 @@ post-patch:
@${REINPLACE_CMD} -e 's|mozilla-plugin|${MOZILLA}-plugin${HEADERS_SUFX}|g' \
${WRKSRC}/configure
.endif
-.endif
.include <bsd.port.post.mk>