aboutsummaryrefslogtreecommitdiff
path: root/sysutils/cfengine39
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2016-08-08 03:17:24 +0000
committerCy Schubert <cy@FreeBSD.org>2016-08-08 03:17:24 +0000
commiteb4a17deb502716426dddbeb8471a231381b66b9 (patch)
tree1c24a1fba8b26e3ab7bbce5b1c037942462a9f07 /sysutils/cfengine39
parentc509dc3273aeef921d238e4f61fb25d2cffe9beb (diff)
Notes
Diffstat (limited to 'sysutils/cfengine39')
-rw-r--r--sysutils/cfengine39/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/cfengine39/Makefile b/sysutils/cfengine39/Makefile
index 2c2aff55bf5b..5f8a0e8b744c 100644
--- a/sysutils/cfengine39/Makefile
+++ b/sysutils/cfengine39/Makefile
@@ -59,14 +59,14 @@ LIB_DEPENDS+= libpcre.so:devel/pcre \
OPTIONS_DEFINE= PGSQL MYSQL LIBVIRT
PGSQL_USES= pgsql
-PGSQL_CONFIGURE_ON= --with-postgresql=${LOCALBASE}
+PGSQL_CONFIGURE_WITH= --with-postgresql=${LOCALBASE}
MYSQL_USES= mysql
-MYSQL_CONFIGURE_ON= --with-mysql=${LOCALBASE}
+MYSQL_CONFIGURE_WITH= --with-mysql=${LOCALBASE}
MYSQL_LIB_DEPENDS= libmysqlclient.so:${_MYSQL_CLIENT}
MYSQL_LDFLAGS= -L${LOCALBASE}/lib/mysql
-LIBVIRT_CONFIGURE_ON= --with-libvirt=${LOCALBASE}
+LIBVIRT_CONFIGURE_WITH= --with-libvirt=${LOCALBASE}
LIBVIRT_LIB_DEPENDS+= libvirt.so:devel/libvirt
.include <bsd.port.mk>