diff options
author | marcus <marcus@FreeBSD.org> | 2013-03-31 08:32:30 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2013-03-31 08:32:30 +0800 |
commit | 30475b207e859f1149f0469321e7041cb18d9ee2 (patch) | |
tree | 292ccd611e6a543aeaeabbc5836824e22da3428e /net | |
parent | 0a29c6138e73fc00956f266f3c77ca1224d99b6a (diff) | |
download | freebsd-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/Makefile | 3 |
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 |