diff options
Diffstat (limited to 'net/wireshark/Makefile')
-rw-r--r-- | net/wireshark/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index ba22f0bcaf54..94c45c2a0929 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -18,9 +18,9 @@ MASTER_SITES= ftp://ftp.ethereal.com/pub/ethereal/all-versions/ \ MAINTAINER= marcus@FreeBSD.org COMMENT?= A powerful network analyzer/capture tool -LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv - USE_PERL5_BUILD=yes +USE_PYTHON_BUILD=yes +USE_ICONV= yes USE_BZIP2= yes USE_GNOME= gnometarget WANT_GNOME= yes |