aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorcy <cy@FreeBSD.org>2014-07-30 21:37:45 +0800
committercy <cy@FreeBSD.org>2014-07-30 21:37:45 +0800
commitce9ca9de211a2af6cee194a031af3969f19e5588 (patch)
treedb04a464ca73f109d1564af657adb20baebbb438 /sysutils
parent63b40a2e8b0adcde888054ece6561aff98427be7 (diff)
downloadfreebsd-ports-gnome-ce9ca9de211a2af6cee194a031af3969f19e5588.tar.gz
freebsd-ports-gnome-ce9ca9de211a2af6cee194a031af3969f19e5588.tar.zst
freebsd-ports-gnome-ce9ca9de211a2af6cee194a031af3969f19e5588.zip
Fix pcre.h not found error.
Obtained from: gjb
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/cfengine36/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/cfengine36/Makefile b/sysutils/cfengine36/Makefile
index 8c3baf09bd41..50171d89dab8 100644
--- a/sysutils/cfengine36/Makefile
+++ b/sysutils/cfengine36/Makefile
@@ -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