diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2006-05-03 12:55:36 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2006-05-03 12:55:36 +0000 |
commit | 8620fd9b3b44bbe17d254d285a68213082e93d4d (patch) | |
tree | 6fac3881caa55b306cb34f1146b801c54ff96279 /security/gnutls-devel | |
parent | bde7f585925d21d07e4ea244b4e6b5a2eb6a2249 (diff) |
Notes
Diffstat (limited to 'security/gnutls-devel')
-rw-r--r-- | security/gnutls-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/gnutls-devel/Makefile b/security/gnutls-devel/Makefile index 228ba51b38ae..044d756a87b0 100644 --- a/security/gnutls-devel/Makefile +++ b/security/gnutls-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnutls-devel PORTVERSION= 1.3.4 +PORTREVISION= 1 CATEGORIES= security net MASTER_SITES= http://josefsson.org/gnutls/releases/ \ ${MASTER_SITE_GNUPG} \ @@ -21,7 +22,7 @@ COMMENT= GNU Transport Layer Security library BUILD_DEPENDS= ${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt \ - gpg-error.1:${PORTSDIR}/security/libgpg-error + gpg-error.2:${PORTSDIR}/security/libgpg-error .if defined(WITH_OPENCDK) || exists(${LOCALBASE}/lib/libopencdk.so.8) LIB_DEPENDS+= opencdk.8:${PORTSDIR}/security/opencdk |