diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2010-07-27 01:25:20 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2010-07-27 01:25:20 +0000 |
commit | 15c1551ea378607e55d8794de79207166d0ae1e5 (patch) | |
tree | 73c8786e0fad568d10c37e84e57718888d04e4a4 /security/opencdk | |
parent | 5248e90f8597935323b5088e6d32590bac88c5a7 (diff) | |
download | ports-15c1551ea378607e55d8794de79207166d0ae1e5.tar.gz ports-15c1551ea378607e55d8794de79207166d0ae1e5.zip |
Notes
Diffstat (limited to 'security/opencdk')
-rw-r--r-- | security/opencdk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/opencdk/Makefile b/security/opencdk/Makefile index 541e6e9291b2..f97a6a6046b1 100644 --- a/security/opencdk/Makefile +++ b/security/opencdk/Makefile @@ -7,7 +7,7 @@ PORTNAME= opencdk PORTVERSION= 0.6.6 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= security MASTER_SITES= http://josefsson.org/gnutls/releases/opencdk/ @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= alpha/gnutls/opencdk MAINTAINER= novel@FreeBSD.org COMMENT= Open Crypto Development Kit -LIB_DEPENDS= gcrypt.16:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS= gcrypt.17:${PORTSDIR}/security/libgcrypt USE_BZIP2= yes GNU_CONFIGURE= yes |