summaryrefslogtreecommitdiff
path: root/sysutils/cfengine-devel
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2019-09-23 11:51:17 +0000
committerCy Schubert <cy@FreeBSD.org>2019-09-23 11:51:17 +0000
commitaee8a0140dae84543359dc0952a25e8941eab2f7 (patch)
treeb952c2322ef3480121ccb94350fda6f5516a663b /sysutils/cfengine-devel
parent- update to 2.5 (diff)
Remove bogosity.
Reported by: mat
Notes
Notes: svn path=/head/; revision=512631
Diffstat (limited to 'sysutils/cfengine-devel')
-rw-r--r--sysutils/cfengine-devel/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/sysutils/cfengine-devel/Makefile b/sysutils/cfengine-devel/Makefile
index 23e21dcf91ed..8c8c307de4e8 100644
--- a/sysutils/cfengine-devel/Makefile
+++ b/sysutils/cfengine-devel/Makefile
@@ -63,17 +63,15 @@ LIB_DEPENDS+= libpcre.so:devel/pcre \
OPTIONS_DEFINE= PGSQL MYSQL LIBVIRT
PGSQL_USES= pgsql
-PGSQL_CONFIGURE_WITH= --with-postgresql=${LOCALBASE}
-PGSQL_CONFIGURE_OFF= --without-postgresql
+PGSQL_CONFIGURE_WITH= postgresql=${LOCALBASE}
MYSQL_USES= mysql
MYSQL_BROKEN= configure: error: MySQL client library exports symbols (EVP_CIPHER_CTX_init) clashing with OpenSSL.
-MYSQL_CONFIGURE_WITH= --with-mysql=${LOCALBASE}
-MYSQL_CONFIGURE_OFF= --without-mysql
+MYSQL_CONFIGURE_WITH= mysql=${LOCALBASE}
MYSQL_LIB_DEPENDS= libmysqlclient.so:${_MYSQL_CLIENT}
MYSQL_LDFLAGS= -L${LOCALBASE}/lib/mysql
-LIBVIRT_CONFIGURE_WITH= --with-libvirt=${LOCALBASE}
+LIBVIRT_CONFIGURE_WITH= libvirt=${LOCALBASE}
LIBVIRT_LIB_DEPENDS+= libvirt.so:devel/libvirt
.include <bsd.port.mk>