svn commit: r315625 - head/net/wireshark
Joe Marcus Clarke
marcus at FreeBSD.org
Sun Mar 31 00:32:31 UTC 2013
Author: marcus
Date: Sun Mar 31 00:32:30 2013
New Revision: 315625
URL: http://svnweb.freebsd.org/changeset/ports/315625
Log:
Switch to USE_PKGCONFIG=build (old habits die hard).
Suggested by: zeising
Modified:
head/net/wireshark/Makefile
Modified: head/net/wireshark/Makefile
==============================================================================
--- head/net/wireshark/Makefile Sat Mar 30 20:45:00 2013 (r315624)
+++ head/net/wireshark/Makefile Sun Mar 31 00:32:30 2013 (r315625)
@@ -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
More information about the svn-ports-head
mailing list