diff options
author | Steve Price <steve@FreeBSD.org> | 1998-03-28 14:43:39 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-03-28 14:43:39 +0000 |
commit | ee9d82123f33ed865db5baabc8f05360fd1b728a (patch) | |
tree | efb34f797b03b9f650d3647b9737e8157756fbc3 /databases/mysql55-client | |
parent | 50768db6770ffcea3b29cd90120b80193e9bdcae (diff) | |
download | ports-ee9d82123f33ed865db5baabc8f05360fd1b728a.tar.gz ports-ee9d82123f33ed865db5baabc8f05360fd1b728a.zip |
Notes
Diffstat (limited to 'databases/mysql55-client')
-rw-r--r-- | databases/mysql55-client/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/databases/mysql55-client/Makefile b/databases/mysql55-client/Makefile index 199e6bc092fc..f4e9a0f2a7c1 100644 --- a/databases/mysql55-client/Makefile +++ b/databases/mysql55-client/Makefile @@ -1,16 +1,17 @@ # ports collection makefile for: mySQL -# Version required: v3.21.25-gamma +# Version required: v3.21.26-gamma # Date created: 26 Jan 1998 # Whom: Josh Tiefenbach <josh@ican.net> # # $Id: Makefile,v 1.16 1998/02/23 02:55:16 steve Exp $ # -DISTNAME= mysql-3.21.25-gamma -PKGNAME= mysql-3.21.25g +DISTNAME= mysql-3.21.26-gamma +PKGNAME= mysql-3.21.26g CATEGORIES= databases MASTER_SITES= http://www.buoy.com/mysql/Downloads/MySQL-3.21/ \ http://mysql.polaris.ca/Downloads/MySQL-3.21/ \ + http://www.fh-wolfenbuettel.de/ftp/pub/database/mysql/Downloads/MySQL-3.21/ \ http://www.tcx.se/Downloads/MySQL-3.21/ MAINTAINER= josh@ican.net @@ -24,7 +25,8 @@ CONFIGURE_ARGS= --localstatedir=/var/db/mysql \ --with-MAKE=gmake \ --without-perl \ --without-debug \ - --without-readline + --without-readline \ + --without-bench CONFIGURE_ENV+= PERL=${PREFIX}/bin/perl INSTALL_SCRIPT="${INSTALL_SCRIPT}" pre-install: |