diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2013-03-30 20:45:00 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2013-03-30 20:45:00 +0000 |
commit | 7bd8d85cde5358bfcee097582a718061bb8312ce (patch) | |
tree | 82bde184ab5ba54dcbc2f7f06864f5a90b2b1ea9 /net/wireshark | |
parent | 4cd47e9da9fd23502c9d23108d3339bbe6fb4cd0 (diff) | |
download | ports-7bd8d85cde5358bfcee097582a718061bb8312ce.tar.gz ports-7bd8d85cde5358bfcee097582a718061bb8312ce.zip |
Notes
Diffstat (limited to 'net/wireshark')
-rw-r--r-- | net/wireshark/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index bcc31b993fe0..ddd8a4ed9be5 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -75,7 +75,7 @@ USE_GNOME+= gtk20 WIRESHARK_LIBS+=${PTHREAD_LIBS} .else PLIST_SUB+= WIRESHARK="@comment wireshark not built" -USE_GNOME+= glib20 +USE_GNOME+= glib20 pkgconfig CONFIGURE_ARGS+= --enable-wireshark=no \ --disable-gtktest .endif |