aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/cfengine38
diff options
context:
space:
mode:
authorcy <cy@FreeBSD.org>2016-08-08 11:17:24 +0800
committercy <cy@FreeBSD.org>2016-08-08 11:17:24 +0800
commit959222b235ffa26c5094fa445002d37ca4b1fc7b (patch)
tree1c24a1fba8b26e3ab7bbce5b1c037942462a9f07 /sysutils/cfengine38
parent2ca3d815a2c675440b3ff37d7f47a6e16f3f4425 (diff)
downloadfreebsd-ports-gnome-959222b235ffa26c5094fa445002d37ca4b1fc7b.tar.gz
freebsd-ports-gnome-959222b235ffa26c5094fa445002d37ca4b1fc7b.tar.zst
freebsd-ports-gnome-959222b235ffa26c5094fa445002d37ca4b1fc7b.zip
For sysutils/cfengine3[6-9], replace *_CONFIGURE_{ON,OFF} with
*CONFIGURE_WITH, as it is more approriate here. Reminded by: mat@
Diffstat (limited to 'sysutils/cfengine38')
-rw-r--r--sysutils/cfengine38/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/sysutils/cfengine38/Makefile b/sysutils/cfengine38/Makefile
index 5715ee571ad1..4917261bf8a7 100644
--- a/sysutils/cfengine38/Makefile
+++ b/sysutils/cfengine38/Makefile
@@ -56,16 +56,14 @@ LIB_DEPENDS+= libpcre.so:devel/pcre \
OPTIONS_DEFINE= PGSQL MYSQL LIBVIRT
PGSQL_USES= pgsql
-PGSQL_CONFIGURE_ON= --with-postgresql=${LOCALBASE}
-PGSQL_CONFIGURE_OFF= --without-postgresql
+PGSQL_CONFIGURE_WITH= --with-postgresql=${LOCALBASE}
MYSQL_USE= MYSQL=yes
-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_OFF= --without-libvirt
+LIBVIRT_CONFIGURE_WITH= --with-libvirt=${LOCALBASE}
LIBVIRT_LIB_DEPENDS= libvirt.so:devel/libvirt
.include <bsd.port.mk>