aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2013-03-31 08:32:30 +0800
committermarcus <marcus@FreeBSD.org>2013-03-31 08:32:30 +0800
commit30475b207e859f1149f0469321e7041cb18d9ee2 (patch)
tree292ccd611e6a543aeaeabbc5836824e22da3428e /net
parent0a29c6138e73fc00956f266f3c77ca1224d99b6a (diff)
downloadfreebsd-ports-gnome-30475b207e859f1149f0469321e7041cb18d9ee2.tar.gz
freebsd-ports-gnome-30475b207e859f1149f0469321e7041cb18d9ee2.tar.zst
freebsd-ports-gnome-30475b207e859f1149f0469321e7041cb18d9ee2.zip
Switch to USE_PKGCONFIG=build (old habits die hard).
Suggested by: zeising
Diffstat (limited to 'net')
-rw-r--r--net/wireshark/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile
index ddd8a4ed9be5..de2e6c976ba9 100644
--- a/net/wireshark/Makefile
+++ b/net/wireshark/Makefile
@@ -75,7 +75,8 @@ USE_GNOME+= gtk20
WIRESHARK_LIBS+=${PTHREAD_LIBS}
.else
PLIST_SUB+= WIRESHARK="@comment wireshark not built"
-USE_GNOME+= glib20 pkgconfig
+USE_GNOME+= glib20
+USE_PKGCONFIG= build
CONFIGURE_ARGS+= --enable-wireshark=no \
--disable-gtktest
.endif