aboutsummaryrefslogtreecommitdiff
path: root/net/wireshark
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2011-07-17 23:05:13 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2011-07-17 23:05:13 +0000
commitdb767f4bba7bc8ee84d6052ec6a72667fcd70ed0 (patch)
treee7a944b6b7bf9953a6ed2b392e0b102de4194139 /net/wireshark
parent5e9e0b62959399d70b7f8077122dd80408fc05c5 (diff)
downloadports-db767f4bba7bc8ee84d6052ec6a72667fcd70ed0.tar.gz
ports-db767f4bba7bc8ee84d6052ec6a72667fcd70ed0.zip
Notes
Diffstat (limited to 'net/wireshark')
-rw-r--r--net/wireshark/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile
index e6a03669270c..652e16cffa89 100644
--- a/net/wireshark/Makefile
+++ b/net/wireshark/Makefile
@@ -7,7 +7,7 @@
PORTNAME?= wireshark
PORTVERSION= 1.6.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net ipv6
MASTER_SITES= http://www.wireshark.org/download/src/ \
http://wireshark.osmirror.nl/download/src/ \
@@ -148,12 +148,13 @@ CONFIGURE_ARGS+= --with-geoip=${LOCALBASE}/lib
CONFIGURE_ARGS+= --with-geoip=no
.endif
-.if exists(${LOCALBASE}/lib/libgnutls.so) || defined(WITH_GNUTLS)
-LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls
+.if exists(${LOCALBASE}/lib/libgnutls.so) || !defined(WITHOUT_GNUTLS)
+LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls \
+ gcrypt.18:${PORTSDIR}/security/libgcrypt
CONFIGURE_ARGS+=--with-libgnutls-prefix=${LOCALBASE}
.endif
-.if exists(${LOCALBASE}/lib/libgcrypt.so) || defined(WITH_LIBGCRYPT)
+.if exists(${LOCALBASE}/lib/libgcrypt.so) || !defined(WITHOUT_LIBGCRYPT)
LIB_DEPENDS+= gcrypt.18:${PORTSDIR}/security/libgcrypt
CONFIGURE_ARGS+=--with-libgcrypt-prefix=${LOCALBASE}
.endif