diff options
author | cy <cy@FreeBSD.org> | 2014-07-30 21:37:45 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2014-07-30 21:37:45 +0800 |
commit | ce9ca9de211a2af6cee194a031af3969f19e5588 (patch) | |
tree | db04a464ca73f109d1564af657adb20baebbb438 /sysutils | |
parent | 63b40a2e8b0adcde888054ece6561aff98427be7 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |