diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-09-19 03:33:53 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-09-19 03:33:53 +0800 |
commit | fc01ca52e2bd4932e8298c44c803beb5bf4179e3 (patch) | |
tree | ef59aac91729dcc114c0193e47d3e6287fec76a8 /security | |
parent | 16344d7036b963face48d5e237425ab948969d86 (diff) | |
download | freebsd-ports-gnome-fc01ca52e2bd4932e8298c44c803beb5bf4179e3.tar.gz freebsd-ports-gnome-fc01ca52e2bd4932e8298c44c803beb5bf4179e3.tar.zst freebsd-ports-gnome-fc01ca52e2bd4932e8298c44c803beb5bf4179e3.zip |
- Drop .la files, no dependees require them
Approved by: portmgr blanket
Diffstat (limited to 'security')
-rw-r--r-- | security/opencdk/Makefile | 4 | ||||
-rw-r--r-- | security/opencdk/pkg-plist | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/security/opencdk/Makefile b/security/opencdk/Makefile index 060f68e1c6dc..dd921c99e288 100644 --- a/security/opencdk/Makefile +++ b/security/opencdk/Makefile @@ -3,7 +3,7 @@ PORTNAME= opencdk PORTVERSION= 0.6.6 -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 1 CATEGORIES= security MASTER_SITES= http://josefsson.org/gnutls/releases/opencdk/ @@ -17,7 +17,7 @@ OPTIONS_DEFINE= DOCS LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt GNU_CONFIGURE= yes -USES= libtool:keepla pathfix pkgconfig tar:bzip2 +USES= libtool pathfix pkgconfig tar:bzip2 USE_LDCONFIG= yes CONFIGURE_ARGS= --with-libgcrypt-prefix=${LOCALBASE} diff --git a/security/opencdk/pkg-plist b/security/opencdk/pkg-plist index 7e64a1f487d6..a81b9130acd6 100644 --- a/security/opencdk/pkg-plist +++ b/security/opencdk/pkg-plist @@ -1,7 +1,6 @@ bin/opencdk-config include/opencdk.h lib/libopencdk.a -lib/libopencdk.la lib/libopencdk.so lib/libopencdk.so.10 lib/libopencdk.so.10.0.6 |