aboutsummaryrefslogtreecommitdiff
path: root/sysutils/cfengine35
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2014-11-24 18:45:16 +0000
committerChris Rees <crees@FreeBSD.org>2014-11-24 18:45:16 +0000
commitf9b0c7eb419175c65fd6d74fa946c6b3699a87be (patch)
tree5dbf48a530b53653bfc9a5b9c3a64b3b85164c6f /sysutils/cfengine35
parent8b5ee2ab9b61a82272fa79363a80a5fa530ee5d2 (diff)
Notes
Diffstat (limited to 'sysutils/cfengine35')
-rw-r--r--sysutils/cfengine35/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/cfengine35/Makefile b/sysutils/cfengine35/Makefile
index 54cc6b9196c5..310619e1f579 100644
--- a/sysutils/cfengine35/Makefile
+++ b/sysutils/cfengine35/Makefile
@@ -49,7 +49,7 @@ TOKYOCABINET_DESC= Enable TokyoCabinet database backend
QDBM_DESC= Enable QDBM database backend
OPTIONS_DEFAULT=TOKYOCABINET
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MTOKYOCABINET}
CONFIGURE_ARGS+= --with-tokyocabinet=${LOCALBASE}
@@ -78,4 +78,4 @@ CONFIGURE_ARGS+= --with-libvirt=${LOCALBASE}
LIB_DEPENDS+= libvirt.so:${PORTSDIR}/devel/libvirt
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>