aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2005-05-20 13:59:48 +0800
committermarcus <marcus@FreeBSD.org>2005-05-20 13:59:48 +0800
commite16574c4a4f44597c45421b9e5281f557c8213c3 (patch)
tree2a092f6f114e625e00db6a09f468f6164f4c8e06 /net
parent054283d8f21fefe64340e920c7f222530ca96040 (diff)
downloadfreebsd-ports-gnome-e16574c4a4f44597c45421b9e5281f557c8213c3.tar.gz
freebsd-ports-gnome-e16574c4a4f44597c45421b9e5281f557c8213c3.tar.zst
freebsd-ports-gnome-e16574c4a4f44597c45421b9e5281f557c8213c3.zip
* Add USE_PYTHON_BUILD
* Replace the static iconv dependency with USE_ICONV (bad Joe!) PR: 81236 Submitted by: Tod McQuillin <devin@spamcop.net>
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