diff options
-rw-r--r-- | net/ethereal/Makefile | 4 | ||||
-rw-r--r-- | net/wireshark/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index ba22f0bcaf54..94c45c2a0929 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/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 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 |