diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2003-01-03 19:08:00 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2003-01-03 19:08:00 +0000 |
commit | 40e5056d192fdc0429a063ae8e5291c0917a4ff8 (patch) | |
tree | fe64becc91a297123e4ba10f4e892fed5799e3c5 /net/nagios-plugins/scripts | |
parent | Update to 1.0. (diff) |
Update to 1.3.0.b2.
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=72439
Diffstat (limited to 'net/nagios-plugins/scripts')
-rw-r--r-- | net/nagios-plugins/scripts/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nagios-plugins/scripts/configure b/net/nagios-plugins/scripts/configure index b5df50aa0f2e..171e89e58aa8 100644 --- a/net/nagios-plugins/scripts/configure +++ b/net/nagios-plugins/scripts/configure @@ -79,7 +79,7 @@ while [ "$1" ]; do ;; \"MySQL\") echo "LIB_DEPENDS+= mysqlclient.10:\${PORTSDIR}/databases/mysql323-client" - echo "CONFIGURE_ARGS+= --with-mysqllibdir=\${LOCALBASE}/lib/mysql" + echo "CONFIGURE_ARGS+= --with-mysql=\${LOCALBASE}" SUB_MYSQL="" ;; \"PostgreSQL\") |