From 3415285e41ec8cbff65668f86c4d81c0e63e3c76 Mon Sep 17 00:00:00 2001 From: pav Date: Tue, 26 Jun 2007 11:26:14 +0000 Subject: - Fix build: mysql is needed in configure step --- net-mgmt/zabbix2/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'net-mgmt/zabbix2') diff --git a/net-mgmt/zabbix2/Makefile b/net-mgmt/zabbix2/Makefile index 4861802f8ae1..8c0de1b6237d 100644 --- a/net-mgmt/zabbix2/Makefile +++ b/net-mgmt/zabbix2/Makefile @@ -47,6 +47,7 @@ LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls \ RUN_DEPENDS+= fping:${PORTSDIR}/net/fping .endif .ifndef WITHOUT_MYSQL +USE_MYSQL= yes USE_PHP+= mysql CONFIGURE_ARGS+=--with-mysql=${LOCALBASE}/bin/mysql_config .elifdef WITH_PGSQL -- cgit