diff options
Diffstat (limited to 'sysutils/cfengine36/Makefile')
-rw-r--r-- | sysutils/cfengine36/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/cfengine36/Makefile b/sysutils/cfengine36/Makefile index 955942292a63..8c3baf09bd41 100644 --- a/sysutils/cfengine36/Makefile +++ b/sysutils/cfengine36/Makefile @@ -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 |