svn commit: r361490 - head/devel/yajl-tcl

Pietro Cerutti gahr at FreeBSD.org
Thu Jul 10 20:51:32 UTC 2014


Author: gahr
Date: Thu Jul 10 20:51:31 2014
New Revision: 361490
URL: http://svnweb.freebsd.org/changeset/ports/361490
QAT: https://qat.redports.org/buildarchive/r361490/

Log:
  - Add build dependency on pkgconf

Modified:
  head/devel/yajl-tcl/Makefile

Modified: head/devel/yajl-tcl/Makefile
==============================================================================
--- head/devel/yajl-tcl/Makefile	Thu Jul 10 20:33:34 2014	(r361489)
+++ head/devel/yajl-tcl/Makefile	Thu Jul 10 20:51:31 2014	(r361490)
@@ -17,7 +17,7 @@ GH_ACCOUNT=	flightaware
 GH_TAGNAME=	v${PORTVERSION}
 GH_COMMIT=	803e33a
 
-USES+=		tcl:85+
+USES+=		pkgconfig tcl:85+
 USE_AUTOTOOLS=	autoconf
 CONFIGURE_ARGS+=--with-tcl=${TCL_LIBDIR} \
 		--exec-prefix=${PREFIX}


More information about the svn-ports-all mailing list