aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireshark
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2006-07-07 01:41:23 +0800
committernovel <novel@FreeBSD.org>2006-07-07 01:41:23 +0800
commit2f7fcd93f5c1a59518fd9b737829ab348c275451 (patch)
treeff3a94d23bbbe6d5f6bc57039bc747fe94ef2243 /net/wireshark
parentc60cae1e65c11edaaad9dfcc69f4c6703f851c93 (diff)
downloadfreebsd-ports-gnome-2f7fcd93f5c1a59518fd9b737829ab348c275451.tar.gz
freebsd-ports-gnome-2f7fcd93f5c1a59518fd9b737829ab348c275451.tar.zst
freebsd-ports-gnome-2f7fcd93f5c1a59518fd9b737829ab348c275451.zip
Chase gnutls shlib version change.
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 c2dfed03976a..f9f24f214944 100644
--- a/net/wireshark/Makefile
+++ b/net/wireshark/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ethereal
PORTVERSION= 0.99.0
-PORTREVISION?= 2
+PORTREVISION?= 3
CATEGORIES= net ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
ftp://ftp.ethereal.com/pub/ethereal/all-versions/
@@ -114,7 +114,7 @@ CONFIGURE_ARGS+= --with-adns=no
.endif
.if exists(${LOCALBASE}/lib/libgnutls.so) || defined(WITH_GNUTLS)
-LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+= --with-libgnutls-prefix=${LOCALBASE}
.endif