diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2009-08-16 18:04:40 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2009-08-16 18:04:40 +0000 |
commit | f32c11d872ea222db4b9c33da363f2a8098194e1 (patch) | |
tree | b1caddc6f61d87da0f97b4f1e91b311c70bf3f97 /net/net6 | |
parent | 89dbb0c8e2caff37277d7ad2e3b13666c62b13df (diff) | |
download | ports-f32c11d872ea222db4b9c33da363f2a8098194e1.tar.gz ports-f32c11d872ea222db4b9c33da363f2a8098194e1.zip |
Notes
Diffstat (limited to 'net/net6')
-rw-r--r-- | net/net6/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/net6/Makefile b/net/net6/Makefile index c11ef6c634fc..7a3564937b29 100644 --- a/net/net6/Makefile +++ b/net/net6/Makefile @@ -7,6 +7,7 @@ PORTNAME= net6 PORTVERSION= 1.3.9 +PORTREVISION= 1 CATEGORIES= net devel MASTER_SITES= http://releases.0x539.de/net6/ \ http://www.atarininja.org/~wxs/distfiles/ @@ -15,7 +16,7 @@ MAINTAINER= wxs@FreeBSD.org COMMENT= Network access framework for IPv4/IPv6 LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 \ - gnutls.26:${PORTSDIR}/security/gnutls + gnutls.40:${PORTSDIR}/security/gnutls USE_LDCONFIG= yes GNU_CONFIGURE= yes |