svn commit: r317280 - head/net/wireshark
Baptiste Daroussin
bapt at FreeBSD.org
Fri May 3 22:12:24 UTC 2013
Author: bapt
Date: Fri May 3 22:12:23 2013
New Revision: 317280
URL: http://svnweb.freebsd.org/changeset/ports/317280
Log:
Wireshark always needs pkgconf (this fixes wireshark-lite)
Modified:
head/net/wireshark/Makefile
Modified: head/net/wireshark/Makefile
==============================================================================
--- head/net/wireshark/Makefile Fri May 3 22:07:58 2013 (r317279)
+++ head/net/wireshark/Makefile Fri May 3 22:12:23 2013 (r317280)
@@ -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
More information about the svn-ports-all
mailing list