svn commit: r363480 - head/sysutils/cfengine36
Cy Schubert
cy at FreeBSD.org
Wed Jul 30 13:37:46 UTC 2014
Author: cy
Date: Wed Jul 30 13:37:45 2014
New Revision: 363480
URL: http://svnweb.freebsd.org/changeset/ports/363480
QAT: https://qat.redports.org/buildarchive/r363480/
Log:
Fix pcre.h not found error.
Obtained from: gjb
Modified:
head/sysutils/cfengine36/Makefile
Modified: head/sysutils/cfengine36/Makefile
==============================================================================
--- head/sysutils/cfengine36/Makefile Wed Jul 30 13:27:40 2014 (r363479)
+++ head/sysutils/cfengine36/Makefile Wed Jul 30 13:37:45 2014 (r363480)
@@ -30,6 +30,7 @@ USE_OPENSSL= yes
GNU_CONFIGURE= yes
USES= gmake libtool
CFLAGS+= -Wno-return-type
+CPPFLAGS+= -I${LOCALBASE}/include
# EXAMPLESDIR= ${PREFIX}/share/examples/cfengine3
DOCSDIR= ${PREFIX}/share/doc/cfengine
CONFIGURE_ARGS= --docdir=${DOCSDIR} \
@@ -42,7 +43,6 @@ 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