diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-06-11 12:36:47 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-06-11 12:36:47 +0000 |
commit | b7be16d1c079e56263b51380ab77ef7b1b41e021 (patch) | |
tree | eba0779851bc5de25edb923bbe43c2427c5ebd34 /graphics/librsvg2/Makefile | |
parent | 32ff4acff3eb80045f02ea08dda008ecd3733bb0 (diff) | |
download | ports-b7be16d1c079e56263b51380ab77ef7b1b41e021.tar.gz ports-b7be16d1c079e56263b51380ab77ef7b1b41e021.zip |
Notes
Diffstat (limited to 'graphics/librsvg2/Makefile')
-rw-r--r-- | graphics/librsvg2/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile index 6e0b8c05ab59..c117e14e70cb 100644 --- a/graphics/librsvg2/Makefile +++ b/graphics/librsvg2/Makefile @@ -4,7 +4,7 @@ PORTNAME= librsvg PORTVERSION= 2.36.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics gnome MASTER_SITES= GNOME PKGNAMESUFFIX= 2 @@ -14,15 +14,13 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Library for parsing and rendering SVG vector-graphic files LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ - croco-0.6:${PORTSDIR}/textproc/libcroco + libcroco-0.6.so:${PORTSDIR}/textproc/libcroco RUN_DEPENDS= gtk-engines2>=2.7.5_1:${PORTSDIR}/x11-themes/gtk-engines2 -USE_XZ= yes USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool -USE_GNOME= gnomehier gnomeprefix libgsf ltverhack gtk20 \ - introspection:build -USES= gettext gmake pathfix pkgconfig +GNU_CONFIGURE= yes +USE_GNOME= gnomehier gnomeprefix libgsf gtk20 introspection:build +USES= gettext gmake libtool:keepla pathfix pkgconfig tar:xz CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-svgz \ |