diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2007-03-08 14:12:08 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2007-03-08 14:12:08 +0000 |
commit | 4a6abcecf2c5f546ba6a39eeece5930c2e126f71 (patch) | |
tree | 5156ae539dcf7a194aee1f038725bed467343d13 /security/gnutls-devel | |
parent | 536be70f3545169c8ac95e3f3b87d128c531f5fc (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 5ddcb4f07dd8..0408c3cb2029 100644 --- a/security/gnutls-devel/Makefile +++ b/security/gnutls-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnutls PORTVERSION= 1.7.6 +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.3:${PORTSDIR}/security/libgpg-error + gpg-error.0:${PORTSDIR}/security/libgpg-error CONFLICTS= gnutls-[0-9]* |