diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-05-04 06:21:22 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-05-04 06:21:22 +0000 |
commit | e31adbd4d7bb1fa734cc55154457a3f054c752da (patch) | |
tree | 989f8875402d277472d2a9dd24a7fb15f6e51f16 /security | |
parent | 72eb522d3313aaf582259f77317c27981fa63c2e (diff) |
Add dependency on ligpg-error
PR: 66228
Submitted by: michael johnson
Notes
Notes:
svn path=/head/; revision=108338
Diffstat (limited to 'security')
-rw-r--r-- | security/libgcrypt/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile index 6af1e0a0e066..6f82bb9d7016 100644 --- a/security/libgcrypt/Makefile +++ b/security/libgcrypt/Makefile @@ -15,6 +15,8 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ MAINTAINER= arved@FreeBSD.org COMMENT= "General purpose crypto library based on code used in GnuPG" +LIB_DEPENDS= gpg-error.1:${PORTSDIR}/security/libgpg-error + USE_REINPLACE= yes USE_PERL5= yes USE_LIBTOOL_VER=13 |