Date: Sun, 9 Mar 2014 21:51:16 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347699 - head/sysutils/grok Message-ID: <201403092151.s29LpGWB075394@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Mar 9 21:51:16 2014 New Revision: 347699 URL: http://svnweb.freebsd.org/changeset/ports/347699 QAT: https://qat.redports.org/buildarchive/r347699/ Log: Unbreak Modified: head/sysutils/grok/Makefile Modified: head/sysutils/grok/Makefile ============================================================================== --- head/sysutils/grok/Makefile Sun Mar 9 21:47:42 2014 (r347698) +++ head/sysutils/grok/Makefile Sun Mar 9 21:51:16 2014 (r347699) @@ -22,7 +22,7 @@ MAKE_ENV+= GPERF=${LOCALBASE}/bin/gperf EXTRA_CFLAGS=-I${LOCALBASE}/include \ EXTRA_LDFLAGS=-L${LOCALBASE}/lib -USES= gmake +USES= gmake pkgconfig USE_LDCONFIG= yes LDFLAGS+= `pkgconf --libs libevent` CFLAGS+= `pkgconf --cflags libevent`
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403092151.s29LpGWB075394>