diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-05-20 05:59:48 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-05-20 05:59:48 +0000 |
commit | 040869bc3f8aa5b4e0fe1ad3b3fb67a34962553c (patch) | |
tree | 1e706ade104d0f710fd0abe97bee70a41baf9d08 /net/ethereal | |
parent | f3481c756afb1054c942ebd44317a493bed3d475 (diff) | |
download | ports-040869bc3f8aa5b4e0fe1ad3b3fb67a34962553c.tar.gz ports-040869bc3f8aa5b4e0fe1ad3b3fb67a34962553c.zip |
Notes
Diffstat (limited to 'net/ethereal')
-rw-r--r-- | net/ethereal/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |