aboutsummaryrefslogtreecommitdiff
path: root/security/gnutls
diff options
context:
space:
mode:
authorSergei Kolobov <sergei@FreeBSD.org>2006-05-03 12:55:36 +0000
committerSergei Kolobov <sergei@FreeBSD.org>2006-05-03 12:55:36 +0000
commit8620fd9b3b44bbe17d254d285a68213082e93d4d (patch)
tree6fac3881caa55b306cb34f1146b801c54ff96279 /security/gnutls
parentbde7f585925d21d07e4ea244b4e6b5a2eb6a2249 (diff)
downloadports-8620fd9b3b44bbe17d254d285a68213082e93d4d.tar.gz
ports-8620fd9b3b44bbe17d254d285a68213082e93d4d.zip
Notes
Diffstat (limited to 'security/gnutls')
-rw-r--r--security/gnutls/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile
index 499bb6be8160..b51bbdb0b783 100644
--- a/security/gnutls/Makefile
+++ b/security/gnutls/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gnutls
PORTVERSION= 1.2.10
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security net
MASTER_SITES= ${MASTER_SITE_GNUPG} \
http://www.mirrors.wiretapped.net/security/network-security/gnutls/ \
@@ -20,7 +20,7 @@ MAINTAINER= novel@FreeBSD.org
COMMENT= GNU Transport Layer Security library
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