diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-03 22:12:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-03 22:12:23 +0000 |
commit | 62da8d5b07b716c117c4e42ae36c519216b04b60 (patch) | |
tree | ca3ebc404aca4aae3ebbbe1450225c1caf5a899b | |
parent | Update to 2.2.2 (diff) |
Wireshark always needs pkgconf (this fixes wireshark-lite)
Notes
Notes:
svn path=/head/; revision=317280
-rw-r--r-- | net/wireshark/Makefile | 3 |
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 |