summaryrefslogtreecommitdiff
path: root/databases/mysql51-client
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>1999-04-06 22:28:44 +0000
committerDirk Froemberg <dirk@FreeBSD.org>1999-04-06 22:28:44 +0000
commit4e40e94cc8bb5c1fd40f5b8d1bc67acd6e5ce746 (patch)
tree212cac55f07288ca2c405dfe45eccc4cc3f8d893 /databases/mysql51-client
parentUpgrade www/calamaris to 2.23 (diff)
- upgrade to 3.22.21
- pass ${CONFIGURE_ARGS} to mit-pthreads configure
Notes
Notes: svn path=/head/; revision=17676
Diffstat (limited to 'databases/mysql51-client')
-rw-r--r--databases/mysql51-client/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/databases/mysql51-client/Makefile b/databases/mysql51-client/Makefile
index 308633a4280e..27b3d622217e 100644
--- a/databases/mysql51-client/Makefile
+++ b/databases/mysql51-client/Makefile
@@ -3,10 +3,10 @@
# Date created: 26 Jan 1998
# Whom: Josh Tiefenbach <josh@ican.net>
#
-# $Id: Makefile,v 1.45 1999/03/11 20:33:49 scrappy Exp $
+# $Id: Makefile,v 1.46 1999/03/22 23:43:41 dirk Exp $
#
-DISTNAME= mysql-3.22.20a
+DISTNAME= mysql-3.22.21
CATEGORIES= databases
MASTER_SITES= http://www.fh-wolfenbuettel.de/ftp/pub/database/mysql/Downloads/MySQL-3.22/ \
ftp://ftp.digex.net/pub/database/mysql/Downloads/MySQL-3.22/ \
@@ -31,7 +31,8 @@ CONFIGURE_ARGS= --localstatedir=/var/db/mysql \
CONFIGURE_ENV+= PERL=${PERL} \
PERL5=${PERL} \
INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
- CXXFLAGS="${CFLAGS}"
+ CXXFLAGS="${CFLAGS}" \
+ CONFIGURE_ARGS="${CONFIGURE_ARGS}"
.include <bsd.port.pre.mk>