diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2011-09-17 21:56:22 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2011-09-17 21:56:22 +0000 |
commit | 90a5f735d87e8c640d7daa4d19fc11460f82b147 (patch) | |
tree | 61ce264223a24fcaddcf93b662f8819a5d0f331c /security/libgcrypt | |
parent | 3c1d5420504119300dd2d1d3a9234bf2f1c129a7 (diff) | |
download | ports-90a5f735d87e8c640d7daa4d19fc11460f82b147.tar.gz ports-90a5f735d87e8c640d7daa4d19fc11460f82b147.zip |
Notes
Diffstat (limited to 'security/libgcrypt')
-rw-r--r-- | security/libgcrypt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile index 5d32be9f52ee..c3702342224b 100644 --- a/security/libgcrypt/Makefile +++ b/security/libgcrypt/Makefile @@ -17,7 +17,8 @@ LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/COPYING ${WRKSRC}/COPYING.LIB -LIB_DEPENDS= gpg-error.0:${PORTSDIR}/security/libgpg-error +BUILD_DEPENDS= libgpg-error>=1.8:${PORTSDIR}/security/libgpg-error +RUN_DEPENDS= libgpg-error>=1.8:${PORTSDIR}/security/libgpg-error USE_BZIP2= yes USE_AUTOTOOLS= libtool |