summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-05-20 05:59:48 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-05-20 05:59:48 +0000
commit040869bc3f8aa5b4e0fe1ad3b3fb67a34962553c (patch)
tree1e706ade104d0f710fd0abe97bee70a41baf9d08 /net
parentUpdate to snapshot 20050520 (diff)
* Add USE_PYTHON_BUILD
* Replace the static iconv dependency with USE_ICONV (bad Joe!) PR: 81236 Submitted by: Tod McQuillin <devin@spamcop.net>
Notes
Notes: svn path=/head/; revision=135671
Diffstat (limited to 'net')
-rw-r--r--net/ethereal/Makefile4
-rw-r--r--net/wireshark/Makefile4
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