diff options
author | pav <pav@FreeBSD.org> | 2007-06-26 19:26:14 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-06-26 19:26:14 +0800 |
commit | 3415285e41ec8cbff65668f86c4d81c0e63e3c76 (patch) | |
tree | 81e072ce8ddd78e8c09b0d0f1e7191c3fa1eef8f /net-mgmt/zabbix2 | |
parent | 5614a7c2bd6b57542771136ec43035073c7b7a4b (diff) | |
download | freebsd-ports-gnome-3415285e41ec8cbff65668f86c4d81c0e63e3c76.tar.gz freebsd-ports-gnome-3415285e41ec8cbff65668f86c4d81c0e63e3c76.tar.zst freebsd-ports-gnome-3415285e41ec8cbff65668f86c4d81c0e63e3c76.zip |
- Fix build: mysql is needed in configure step
Diffstat (limited to 'net-mgmt/zabbix2')
-rw-r--r-- | net-mgmt/zabbix2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |