diff options
author | arved <arved@FreeBSD.org> | 2008-02-29 05:47:06 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2008-02-29 05:47:06 +0800 |
commit | 3768f91967897f0ff027a583d1dda5ef48854c72 (patch) | |
tree | 36bfdaee94013139b92d5186523da4cede34b055 /security/p5-Crypt-GCrypt | |
parent | 90d21f195f0c1abab9952286d19e88c4318850fb (diff) | |
download | freebsd-ports-gnome-3768f91967897f0ff027a583d1dda5ef48854c72.tar.gz freebsd-ports-gnome-3768f91967897f0ff027a583d1dda5ef48854c72.tar.zst freebsd-ports-gnome-3768f91967897f0ff027a583d1dda5ef48854c72.zip |
Chase libgcrypt library version
Diffstat (limited to 'security/p5-Crypt-GCrypt')
-rw-r--r-- | security/p5-Crypt-GCrypt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/p5-Crypt-GCrypt/Makefile b/security/p5-Crypt-GCrypt/Makefile index 8abc39d8f510..8e2df60ecf72 100644 --- a/security/p5-Crypt-GCrypt/Makefile +++ b/security/p5-Crypt-GCrypt/Makefile @@ -7,6 +7,7 @@ PORTNAME= Crypt-GCrypt PORTVERSION= 1.20 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= kaoru@kaisei.org COMMENT= Perl interface to the GNU Cryptographic library -LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS= gcrypt.15:${PORTSDIR}/security/libgcrypt PERL_CONFIGURE= 5.6.0+ CONFIGURE_ARGS+= GCRYPTLIBPATH=${LOCALBASE}/lib \ |