diff options
Diffstat (limited to 'graphics/librsvg2/Makefile')
-rw-r--r-- | graphics/librsvg2/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile index 810eef609..f08bf79b8 100644 --- a/graphics/librsvg2/Makefile +++ b/graphics/librsvg2/Makefile @@ -3,7 +3,7 @@ # $MCom$ PORTNAME= librsvg -PORTVERSION= 2.36.4 +PORTVERSION= 2.40.2 CATEGORIES= graphics gnome MASTER_SITES= GNOME PKGNAMESUFFIX= 2 @@ -16,12 +16,10 @@ LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ libcroco-0.6.so:${PORTSDIR}/textproc/libcroco RUN_DEPENDS= gtk-engines2>=2.7.5_1:${PORTSDIR}/x11-themes/gtk-engines2 -USE_XZ= yes -USES= gettext gmake pathfix pkgconfig +USES= gettext gmake libtool pathfix pkgconfig tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes -USE_GNOME= gnomehier gnomeprefix libgsf ltverhack gtk20 \ - introspection:build +USE_GNOME= gnomehier gnomeprefix libgsf gtk20 introspection:build CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-svgz \ @@ -31,7 +29,7 @@ CONFIGURE_ARGS= --with-svgz \ --enable-gtk-theme post-patch: - @${REINPLACE_CMD} -e 's|GTK3_REQUIRED=3.0.0|GTK3_REQUIRED=9.90.0|g' \ + @${REINPLACE_CMD} -e 's|GTK3_REQUIRED=3.[0-9].[0-9]|GTK3_REQUIRED=9.90.0|g' \ ${WRKSRC}/configure post-install: |