svn commit: r363477 - head/sysutils/cfengine36

Cy Schubert cy at FreeBSD.org
Wed Jul 30 13:17:12 UTC 2014


Author: cy
Date: Wed Jul 30 13:17:12 2014
New Revision: 363477
URL: http://svnweb.freebsd.org/changeset/ports/363477
QAT: https://qat.redports.org/buildarchive/r363477/

Log:
  Make poudriere happy.

Modified:
  head/sysutils/cfengine36/Makefile

Modified: head/sysutils/cfengine36/Makefile
==============================================================================
--- head/sysutils/cfengine36/Makefile	Wed Jul 30 13:15:40 2014	(r363476)
+++ head/sysutils/cfengine36/Makefile	Wed Jul 30 13:17:12 2014	(r363477)
@@ -42,6 +42,7 @@ CONFIGURE_ARGS=	--docdir=${DOCSDIR} \
 		--with-lmdb=${LOCALBASE} \
 		--enable-fhs
 
+BUILD_DEPENDS+=	${LOCALBASE}/include/pcre.h:${PORTSDIR}/devel/pcre
 LIB_DEPENDS+=	libpcre.so:${PORTSDIR}/devel/pcre \
 		liblmdb.so:${PORTSDIR}/databases/lmdb
 


More information about the svn-ports-all mailing list