diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-13 04:27:30 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-13 04:27:30 +0800 |
commit | 6061e02c155cddfaf84b073480a7b0c01c07f80f (patch) | |
tree | abfcd35b1808bf8aa9d143895cc003f7d729c201 | |
parent | b132a2ce7ee7ec19f380bae758cc552a29136be9 (diff) | |
download | freebsd-ports-gnome-6061e02c155cddfaf84b073480a7b0c01c07f80f.tar.gz freebsd-ports-gnome-6061e02c155cddfaf84b073480a7b0c01c07f80f.tar.zst freebsd-ports-gnome-6061e02c155cddfaf84b073480a7b0c01c07f80f.zip |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
-rw-r--r-- | devel/librest/Makefile | 4 | ||||
-rw-r--r-- | devel/librest/pkg-plist | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/librest/Makefile b/devel/librest/Makefile index 05b69505c5c2..15c9645f89c4 100644 --- a/devel/librest/Makefile +++ b/devel/librest/Makefile @@ -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 diff --git a/devel/librest/pkg-plist b/devel/librest/pkg-plist index 0760ca1d1926..d5d9ed726707 100644 --- a/devel/librest/pkg-plist +++ b/devel/librest/pkg-plist @@ -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 |