svn commit: r514051 - head/sysutils/slurm-wlm
Tobias Kortkamp
tobik at FreeBSD.org
Tue Oct 8 08:12:01 UTC 2019
Author: tobik
Date: Tue Oct 8 08:12:00 2019
New Revision: 514051
URL: https://svnweb.freebsd.org/changeset/ports/514051
Log:
sysutils/slurm-wlm: Drop nop MYSQL_CONFIGURE_with
It was probably meant to be MYSQL_CONFIGURE_WITH, but the configure
script does not support --with-mysql or --without-mysql.
Modified:
head/sysutils/slurm-wlm/Makefile
Modified: head/sysutils/slurm-wlm/Makefile
==============================================================================
--- head/sysutils/slurm-wlm/Makefile Tue Oct 8 08:11:31 2019 (r514050)
+++ head/sysutils/slurm-wlm/Makefile Tue Oct 8 08:12:00 2019 (r514051)
@@ -71,7 +71,6 @@ IPMI_LIB_DEPENDS= libfreeipmi.so:sysutils/freeipmi
IPMI_CONFIGURE_WITH= freeipmi
MYSQL_USES= mysql
-MYSQL_CONFIGURE_with= mysql
MYSQL_CONFIGURE_OFF= --with-mysql_config=/nonexistent
RRD_LIB_DEPENDS= librrd.so:databases/rrdtool
More information about the svn-ports-all
mailing list