diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-06-05 19:00:43 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-06-05 19:00:43 +0000 |
commit | 3aa77171e7fba77720aea6eb4bded87b64c1ad8e (patch) | |
tree | dbeabb1054054f2f39e7970cedea3abd4f75843c /databases/mysql60-client | |
parent | 0f8f3c89884670b0273cc6b63199d005b65c9282 (diff) | |
download | ports-3aa77171e7fba77720aea6eb4bded87b64c1ad8e.tar.gz ports-3aa77171e7fba77720aea6eb4bded87b64c1ad8e.zip |
Notes
Diffstat (limited to 'databases/mysql60-client')
-rw-r--r-- | databases/mysql60-client/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mysql60-client/Makefile b/databases/mysql60-client/Makefile index daa894a8b748..b6bceb059f5e 100644 --- a/databases/mysql60-client/Makefile +++ b/databases/mysql60-client/Makefile @@ -3,7 +3,7 @@ # Date created: 26 Jan 1998 # Whom: Josh Tiefenbach <josh@ican.net> # -# $Id: Makefile,v 1.50 1999/05/02 11:10:54 dirk Exp $ +# $Id: Makefile,v 1.51 1999/05/25 06:47:33 peter Exp $ # DISTNAME= mysql-3.22.22 @@ -21,7 +21,7 @@ Y2K= http://www.tcx.se/Manual_chapter/manual_Introduction.html#Year_2 MAN1= mysql.1 USE_PERL5= yes -GNU_CONFIGURE= yes +USE_LIBTOOL= yes CONFIGURE_ARGS= --localstatedir=/var/db/mysql \ --without-perl \ --without-debug \ |