diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-11 20:36:47 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-11 20:36:47 +0800 |
commit | f9ac1b8425749d419c8222fdcf46d8d9b3cf6674 (patch) | |
tree | eba0779851bc5de25edb923bbe43c2427c5ebd34 /graphics/librsvg2 | |
parent | b88a41bdef81dc4ac4ce9583ff32bc2bca0b0cf9 (diff) | |
download | freebsd-ports-gnome-f9ac1b8425749d419c8222fdcf46d8d9b3cf6674.tar.gz freebsd-ports-gnome-f9ac1b8425749d419c8222fdcf46d8d9b3cf6674.tar.zst freebsd-ports-gnome-f9ac1b8425749d419c8222fdcf46d8d9b3cf6674.zip |
- Switch to USES=libtool,tar, use new LIB_DEPENDS syntax
Approved by: kwm
Diffstat (limited to 'graphics/librsvg2')
-rw-r--r-- | graphics/librsvg2/Makefile | 12 | ||||
-rw-r--r-- | graphics/librsvg2/pkg-plist | 1 |
2 files changed, 6 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 \ diff --git a/graphics/librsvg2/pkg-plist b/graphics/librsvg2/pkg-plist index 8514d256eea7..f212ef33969d 100644 --- a/graphics/librsvg2/pkg-plist +++ b/graphics/librsvg2/pkg-plist @@ -14,6 +14,7 @@ lib/librsvg-2.a lib/librsvg-2.la lib/librsvg-2.so lib/librsvg-2.so.2 +lib/librsvg-2.so.2.36.4 libdata/pkgconfig/librsvg-2.0.pc share/doc/rsvg-2.0/RsvgHandle.html share/doc/rsvg-2.0/annotation-glossary.html |