diff options
author | petef <petef@FreeBSD.org> | 2003-01-03 19:08:00 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2003-01-03 19:08:00 +0000 |
commit | 40955e77f1ad2ef9ee5b2d72db0e1fe0e8ac657a (patch) | |
tree | a86eb612824f8dd9075cefe7623019c14afd89cf /net/nagios-plugins/scripts/configure | |
parent | 5508c1684567008fe982fe1491a00d5bd6383c0c (diff) | |
download | FreeBSD-ports-40955e77f1ad2ef9ee5b2d72db0e1fe0e8ac657a.zip FreeBSD-ports-40955e77f1ad2ef9ee5b2d72db0e1fe0e8ac657a.tar.gz |
Update to 1.3.0.b2.
Submitted by: maintainer
Diffstat (limited to 'net/nagios-plugins/scripts/configure')
-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 b5df50a..171e89e 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\") |