- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket Approved by: kwm
This commit is contained in:
parent
c1c5a2b88b
commit
1dab3c82cb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362881
1 changed files with 3 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
PORTNAME= libsvg
|
||||
PORTVERSION= 0.1.4
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://cairographics.org/snapshots/
|
||||
|
||||
|
@ -15,18 +15,17 @@ LIB_DEPENDS= libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \
|
|||
libpng15.so:${PORTSDIR}/graphics/png \
|
||||
libjpeg.so:${PORTSDIR}/graphics/jpeg
|
||||
|
||||
USE_AUTOTOOLS= libtool
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= libxml2
|
||||
USES= pathfix iconv pkgconfig
|
||||
USES= iconv libtool pathfix pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
|
||||
PLIST_FILES= include/svg.h \
|
||||
lib/libsvg.a \
|
||||
lib/libsvg.la \
|
||||
lib/libsvg.so \
|
||||
lib/libsvg.so.1 \
|
||||
lib/libsvg.so.1.0.0 \
|
||||
libdata/pkgconfig/libsvg.pc
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue