svn commit: r347699 - head/sysutils/grok

Antoine Brodin antoine at FreeBSD.org
Sun Mar 9 21:51:17 UTC 2014


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`


More information about the svn-ports-all mailing list