diff options
author | Cy Schubert <cy@FreeBSD.org> | 2016-08-08 03:17:24 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2016-08-08 03:17:24 +0000 |
commit | eb4a17deb502716426dddbeb8471a231381b66b9 (patch) | |
tree | 1c24a1fba8b26e3ab7bbce5b1c037942462a9f07 /sysutils/cfengine39 | |
parent | c509dc3273aeef921d238e4f61fb25d2cffe9beb (diff) |
Notes
Diffstat (limited to 'sysutils/cfengine39')
-rw-r--r-- | sysutils/cfengine39/Makefile | 6 |
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> |