- Switch to USES=libtool,tar, use new LIB_DEPENDS syntax
Approved by: kwm
This commit is contained in:
parent
32ff4acff3
commit
b7be16d1c0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357472
@ -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 \
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user