diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-05-03 13:57:46 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-05-03 13:57:46 +0000 |
commit | f75ab7e2f316ee89cc0a1b00bc4068b97b8910ee (patch) | |
tree | 08b48928182d4bf9eddf824905ffdb00f1839c1d /security/opencdk | |
parent | cc48ca62b8183684bde64365c1e3c6bab49710e0 (diff) | |
download | ports-f75ab7e2f316ee89cc0a1b00bc4068b97b8910ee.tar.gz ports-f75ab7e2f316ee89cc0a1b00bc4068b97b8910ee.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 64f00a34ffe1..56ee18f73404 100644 --- a/security/opencdk/Makefile +++ b/security/opencdk/Makefile @@ -7,6 +7,7 @@ PORTNAME= opencdk PORTVERSION= 0.5.4 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} \ @@ -18,7 +19,7 @@ MASTER_SITE_SUBDIR= alpha/gnutls/opencdk MAINTAINER= sergei@FreeBSD.org COMMENT= Open Crypto Development Kit -LIB_DEPENDS= gcrypt.10:${PORTSDIR}/security/libgcrypt-devel +LIB_DEPENDS= gcrypt.12:${PORTSDIR}/security/libgcrypt USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes |