diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-08-14 05:45:58 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-08-14 05:45:58 +0000 |
commit | ae28895216c6fcc42263b368ac296fd5882fef6b (patch) | |
tree | 8136858a0e4f7f22eb696c1df308958f3147effe | |
parent | 1d3844085c3534b74cb3e81efcadd79a825e0e60 (diff) | |
download | freebsd-ports-ae28895216c6fcc42263b368ac296fd5882fef6b.zip |
- Drop .la files, no dependees require them
Approved by: portmgr blanket
-rw-r--r-- | devel/varconf/Makefile | 4 | ||||
-rw-r--r-- | devel/varconf/pkg-plist | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/devel/varconf/Makefile b/devel/varconf/Makefile index e211358998d9..ec3b626ef5fe 100644 --- a/devel/varconf/Makefile +++ b/devel/varconf/Makefile @@ -3,7 +3,7 @@ PORTNAME= varconf PORTVERSION= 1.0.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= SF/worldforge/${PORTNAME}%20%28config%20lib%29/${PORTVERSION} @@ -15,7 +15,7 @@ LIB_DEPENDS= libsigc-2.0.so:${PORTSDIR}/devel/libsigc++20 OPTIONS_DEFINE= DOCS GNU_CONFIGURE= yes -USES= compiler:c++11-lib libtool:keepla pathfix pkgconfig tar:bzip2 +USES= compiler:c++11-lib libtool pathfix pkgconfig tar:bzip2 USE_LDCONFIG= yes INSTALL_TARGET= install-strip diff --git a/devel/varconf/pkg-plist b/devel/varconf/pkg-plist index a1a6db6ff583..8b49b5cd4c27 100644 --- a/devel/varconf/pkg-plist +++ b/devel/varconf/pkg-plist @@ -7,7 +7,6 @@ include/varconf-1.0/varconf/parse_error.h include/varconf-1.0/varconf/varconf.h include/varconf-1.0/varconf/varconf_defs.h include/varconf-1.0/varconf/variable.h -lib/libvarconf-1.0.la lib/libvarconf-1.0.so lib/libvarconf-1.0.so.8 lib/libvarconf-1.0.so.8.0.0 |