diff options
author | wiz <wiz@pkgsrc.org> | 2000-08-16 01:52:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-08-16 01:52:14 +0000 |
commit | 494f1862445ca6e1771026c5bbcaa6041d65ab35 (patch) | |
tree | 64b42d7ccbbd3e31f520f6081f965f0b15830584 /databases/mysql-client/Makefile | |
parent | 3fdd50f52eb6992620a784a779f253a53c035f21 (diff) | |
download | pkgsrc-494f1862445ca6e1771026c5bbcaa6041d65ab35.tar.gz |
USE_PKGLIBTOOL -> USE_LIBTOOL
Diffstat (limited to 'databases/mysql-client/Makefile')
-rw-r--r-- | databases/mysql-client/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mysql-client/Makefile b/databases/mysql-client/Makefile index 4bc2a7dc5b5..9b8f4d5c290 100644 --- a/databases/mysql-client/Makefile +++ b/databases/mysql-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2000/08/12 01:26:51 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2000/08/16 01:54:09 wiz Exp $ # DISTNAME= mysql-3.22.32 @@ -23,7 +23,7 @@ CONFIGURE_ARGS+=--without-readline CFLAGS+= -Dunix USE_PERL5= yes -USE_PKGLIBTOOL= yes +USE_LIBTOOL= yes INFO_FILES= mysql.info |