diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2009-01-06 13:01:11 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2009-01-06 13:01:11 +0000 |
commit | af765620869b214eca7ed00392a12bd6d5281c54 (patch) | |
tree | 5b295f52288dde78c75434d1f590afda4880a6c0 /security/opencdk | |
parent | d4d35efd5f26d639ce58889aed52a22c0569a4ca (diff) | |
download | ports-af765620869b214eca7ed00392a12bd6d5281c54.tar.gz ports-af765620869b214eca7ed00392a12bd6d5281c54.zip |
Notes
Diffstat (limited to 'security/opencdk')
-rw-r--r-- | security/opencdk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/opencdk/Makefile b/security/opencdk/Makefile index be31250a09fd..1ada37478f24 100644 --- a/security/opencdk/Makefile +++ b/security/opencdk/Makefile @@ -7,6 +7,7 @@ PORTNAME= opencdk PORTVERSION= 0.6.6 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= security MASTER_SITES= http://josefsson.org/gnutls/releases/opencdk/ @@ -15,7 +16,7 @@ MASTER_SITE_SUBDIR= alpha/gnutls/opencdk MAINTAINER= novel@FreeBSD.org COMMENT= Open Crypto Development Kit -LIB_DEPENDS= gcrypt.15:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS= gcrypt.16:${PORTSDIR}/security/libgcrypt USE_BZIP2= yes GNU_CONFIGURE= yes |