diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2006-09-22 07:10:31 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2006-09-22 07:10:31 +0000 |
commit | b1000fb4e63ce8e0c77a5ab6a36fbc6aa849cb56 (patch) | |
tree | a9da48ec602f00615d045ae17eea9acfa84d13d4 /security/gnutls-devel | |
parent | 7c9c53d586e9569eda76c3d558b06aa6fda547fc (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 3c3d8e94e6b1..9d9a1c4641ba 100644 --- a/security/gnutls-devel/Makefile +++ b/security/gnutls-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnutls PORTVERSION= 1.5.0 +PORTREVISION= 1 CATEGORIES= security net MASTER_SITES= http://josefsson.org/gnutls/releases/ \ ftp://ftp.gnutls.org/pub/gnutls/ \ @@ -20,7 +21,7 @@ MAINTAINER= novel@FreeBSD.org COMMENT= GNU Transport Layer Security library LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt \ - gpg-error.2:${PORTSDIR}/security/libgpg-error + gpg-error.3:${PORTSDIR}/security/libgpg-error CONFLICTS= gnutls-[0-9]* |