aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-05-04 06:12:23 +0800
committerbapt <bapt@FreeBSD.org>2013-05-04 06:12:23 +0800
commitce146a9183b96a037c4f3bbb9a1371737fdb94c3 (patch)
treeca3ebc404aca4aae3ebbbe1450225c1caf5a899b
parentf2eafceefeb4c0c58ba8fea26974ab4181066dc4 (diff)
downloadfreebsd-ports-gnome-ce146a9183b96a037c4f3bbb9a1371737fdb94c3.tar.gz
freebsd-ports-gnome-ce146a9183b96a037c4f3bbb9a1371737fdb94c3.tar.zst
freebsd-ports-gnome-ce146a9183b96a037c4f3bbb9a1371737fdb94c3.zip
Wireshark always needs pkgconf (this fixes wireshark-lite)
-rw-r--r--net/wireshark/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile
index 29a1f9fe8806..39b7552aa12d 100644
--- a/net/wireshark/Makefile
+++ b/net/wireshark/Makefile
@@ -22,7 +22,7 @@ DATADIR_NAME= wireshark
USE_PERL5_BUILD=yes
USE_PYTHON_BUILD=yes
-USES= iconv gettext
+USES= iconv gettext pkgconfig
USE_BZIP2= yes
USE_GMAKE= yes
MAKE_JOBS_SAFE= yes
@@ -76,7 +76,6 @@ WIRESHARK_LIBS+=${PTHREAD_LIBS}
.else
PLIST_SUB+= WIRESHARK="@comment wireshark not built"
USE_GNOME+= glib20
-USES+= pkgconfig
CONFIGURE_ARGS+= --enable-wireshark=no \
--disable-gtktest
.endif