Date: Fri, 3 May 2013 22:12:24 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317280 - head/net/wireshark Message-ID: <201305032212.r43MCO8p062824@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305032212.r43MCO8p062824>