aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireshark
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2007-01-02 16:54:13 +0800
committernovel <novel@FreeBSD.org>2007-01-02 16:54:13 +0800
commit9d249534613dd66b4cb9df41f46285e2a4c1ceba (patch)
tree12d33efb5a1652f97d070a545c3f3e32f7376e51 /net/wireshark
parent9f0ac2eea24cd09e605e738f4acf1453ff7eda0f (diff)
downloadfreebsd-ports-gnome-9d249534613dd66b4cb9df41f46285e2a4c1ceba.tar.gz
freebsd-ports-gnome-9d249534613dd66b4cb9df41f46285e2a4c1ceba.tar.zst
freebsd-ports-gnome-9d249534613dd66b4cb9df41f46285e2a4c1ceba.zip
- Chase security/gnutls update
- Add an entry to UPDATING - Pet portlint(1) for some ports while I'm here
Diffstat (limited to 'net/wireshark')
-rw-r--r--net/wireshark/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile
index 7fd78c4741ad..c24e2f12e5a7 100644
--- a/net/wireshark/Makefile
+++ b/net/wireshark/Makefile
@@ -7,7 +7,7 @@
PORTNAME?= wireshark
PORTVERSION= 0.99.4
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= net ipv6
MASTER_SITES= http://www.wireshark.org/download/src/
DISTNAME= ${DATADIR_NAME}-${PORTVERSION}
@@ -143,7 +143,7 @@ CONFIGURE_ARGS+= --with-adns=no
.endif
.if exists(${LOCALBASE}/lib/libgnutls.so) || defined(WITH_GNUTLS)
-LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+=--with-libgnutls-prefix=${LOCALBASE}
.endif