diff options
author | pi <pi@FreeBSD.org> | 2014-08-03 05:57:14 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2014-08-03 05:57:14 +0800 |
commit | 7a359556b13be418c24fcff15c6c8137a2e78590 (patch) | |
tree | a9959bc44c39370e8305ab1013d5ba431974a4d4 /security | |
parent | 21096616c0ab483ade2d54231625d0f24ab240df (diff) | |
download | freebsd-ports-gnome-7a359556b13be418c24fcff15c6c8137a2e78590.tar.gz freebsd-ports-gnome-7a359556b13be418c24fcff15c6c8137a2e78590.tar.zst freebsd-ports-gnome-7a359556b13be418c24fcff15c6c8137a2e78590.zip |
devel/security: re-add .la file
- py-gnome-extras (and others) depend on it
PR: 192342
Submitted by: freebsd@johnlevine.com
Diffstat (limited to 'security')
-rw-r--r-- | security/libgcrypt/Makefile | 5 | ||||
-rw-r--r-- | security/libgcrypt/pkg-plist | 1 |
2 files changed, 3 insertions, 3 deletions
diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile index 194d40a49632..0dab3ab09b80 100644 --- a/security/libgcrypt/Makefile +++ b/security/libgcrypt/Makefile @@ -1,9 +1,8 @@ -# Created by: Tilman Linneweh <arved@FreeBSD.org> # $FreeBSD$ PORTNAME= libgcrypt PORTVERSION= 1.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,7 +16,7 @@ LICENSE_COMB= multi BUILD_DEPENDS= libgpg-error>=1.8:${PORTSDIR}/security/libgpg-error RUN_DEPENDS= libgpg-error>=1.8:${PORTSDIR}/security/libgpg-error -USES= libtool makeinfo tar:bzip2 +USES= libtool:keepla makeinfo tar:bzip2 USE_CSTD= gnu89 GNU_CONFIGURE= yes CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" diff --git a/security/libgcrypt/pkg-plist b/security/libgcrypt/pkg-plist index d49939726fa8..366d442a63c4 100644 --- a/security/libgcrypt/pkg-plist +++ b/security/libgcrypt/pkg-plist @@ -3,6 +3,7 @@ bin/dumpsexp bin/hmac256 bin/libgcrypt-config include/gcrypt.h +lib/libgcrypt.la lib/libgcrypt.so lib/libgcrypt.so.20 lib/libgcrypt.so.20.0.1 |