diff options
author | novel <novel@FreeBSD.org> | 2013-02-06 00:17:06 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2013-02-06 00:17:06 +0800 |
commit | 6e4b8b0fd5b90667404255713059908e7723b85f (patch) | |
tree | 39eb76ce76a50126ac09099f3cbbc3b7b481086a /net/net6 | |
parent | f0e73c96b18b3436059300fd0777b5e503feda22 (diff) | |
download | freebsd-ports-graphics-6e4b8b0fd5b90667404255713059908e7723b85f.tar.gz freebsd-ports-graphics-6e4b8b0fd5b90667404255713059908e7723b85f.tar.zst freebsd-ports-graphics-6e4b8b0fd5b90667404255713059908e7723b85f.zip |
- Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports
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 544cbce56c6..21ed152945a 100644 --- a/net/net6/Makefile +++ b/net/net6/Makefile @@ -7,6 +7,7 @@ PORTNAME= net6 PORTVERSION= 1.3.14 +PORTREVISION= 1 CATEGORIES= net devel MASTER_SITES= http://releases.0x539.de/net6/ @@ -16,7 +17,7 @@ COMMENT= Network access framework for IPv4/IPv6 LICENSE= GPLv2 LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 \ - gnutls.47:${PORTSDIR}/security/gnutls + gnutls.26:${PORTSDIR}/security/gnutls USE_GNOME= gnomehack USE_AUTOTOOLS= libtool |