svn commit: r315624 - head/net/wireshark

Joe Marcus Clarke marcus at FreeBSD.org
Sat Mar 30 20:45:01 UTC 2013


Author: marcus
Date: Sat Mar 30 20:45:00 2013
New Revision: 315624
URL: http://svnweb.freebsd.org/changeset/ports/315624

Log:
  Make pkgconfig an explicit dependency of tshark.

Modified:
  head/net/wireshark/Makefile

Modified: head/net/wireshark/Makefile
==============================================================================
--- head/net/wireshark/Makefile	Sat Mar 30 18:54:34 2013	(r315623)
+++ head/net/wireshark/Makefile	Sat Mar 30 20:45:00 2013	(r315624)
@@ -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


More information about the svn-ports-all mailing list