diff options
author | bad <bad> | 2000-02-15 05:54:18 +0000 |
---|---|---|
committer | bad <bad> | 2000-02-15 05:54:18 +0000 |
commit | 5c63ce00000da7db31d55e4568e575d0b99bc6a9 (patch) | |
tree | 0be9116d2c16671a7e654e74e349ba165602668b /www/php3-mysql | |
parent | 62abee9d39216b02025aa6fc982eed742b25aa12 (diff) | |
download | pkgsrc-5c63ce00000da7db31d55e4568e575d0b99bc6a9.tar.gz |
Update for mysql-client-3.22.32.
Diffstat (limited to 'www/php3-mysql')
-rw-r--r-- | www/php3-mysql/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/php3-mysql/Makefile b/www/php3-mysql/Makefile index 1babd595f15..553b0e3080b 100644 --- a/www/php3-mysql/Makefile +++ b/www/php3-mysql/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.4 1999/12/13 20:38:28 bad Exp $ +# $NetBSD: Makefile,v 1.5 2000/02/15 05:54:20 bad Exp $ # PKGNAME= php-mysql-${PHP_VERSION} -DEPENDS+= mysql-client-3.22.27:../../databases/mysql-client +DEPENDS+= mysql-client-3.22.32:../../databases/mysql-client CONFIGURE_ARGS+=--with-mysql=${LOCALBASE} |