mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
This commit is contained in:
parent
98410c3b2a
commit
c2e39aa32f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364742
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= rest
|
||||
PORTVERSION= 0.7.91
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= devel www
|
||||
MASTER_SITES= GNOME
|
||||
|
||||
@ -15,7 +15,7 @@ LICENSE= LGPL21
|
||||
BUILD_DEPENDS= ca_root_nss>0:${PORTSDIR}/security/ca_root_nss
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= gmake pathfix pkgconfig tar:xz
|
||||
USES= gmake libtool pathfix pkgconfig tar:xz
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-ca-certificates=${LOCALBASE}/share/certs/ca-root-nss.crt
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -17,12 +17,12 @@ include/rest-0.7/rest/rest-xml-node.h
|
||||
include/rest-0.7/rest/rest-xml-parser.h
|
||||
lib/girepository-1.0/Rest-0.7.typelib
|
||||
lib/girepository-1.0/RestExtras-0.7.typelib
|
||||
lib/librest-0.7.la
|
||||
lib/librest-0.7.so
|
||||
lib/librest-0.7.so.0
|
||||
lib/librest-extras-0.7.la
|
||||
lib/librest-0.7.so.0.0.0
|
||||
lib/librest-extras-0.7.so
|
||||
lib/librest-extras-0.7.so.0
|
||||
lib/librest-extras-0.7.so.0.0.0
|
||||
libdata/pkgconfig/rest-0.7.pc
|
||||
libdata/pkgconfig/rest-extras-0.7.pc
|
||||
share/gir-1.0/Rest-0.7.gir
|
||||
|
Loading…
Reference in New Issue
Block a user