diff options
author | andreas <andreas@FreeBSD.org> | 1998-09-06 19:24:48 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1998-09-06 19:24:48 +0000 |
commit | 8dadfbcb43464a1486c1fd8ae2a82a24e8f3eb05 (patch) | |
tree | c5cf0161c30a24a57fa5ae440432a8acfd0ef8c8 /databases/xmysql | |
parent | 9b488fde1609164d6eb7923a4c654279b61556fe (diff) | |
download | FreeBSD-ports-8dadfbcb43464a1486c1fd8ae2a82a24e8f3eb05.zip FreeBSD-ports-8dadfbcb43464a1486c1fd8ae2a82a24e8f3eb05.tar.gz |
Use stable mysql port
Diffstat (limited to 'databases/xmysql')
-rw-r--r-- | databases/xmysql/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/databases/xmysql/Makefile b/databases/xmysql/Makefile index f038b21..27a34e8b 100644 --- a/databases/xmysql/Makefile +++ b/databases/xmysql/Makefile @@ -3,19 +3,18 @@ # Date created: Tue Sep 2 15:46:09 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.5 1998/08/05 09:30:47 asami Exp $ +# $Id: Makefile,v 1.6 1998/08/07 23:56:13 asami Exp $ # DISTNAME= xmysql-1.8 CATEGORIES= databases -MASTER_SITES= http://mysql.acer.net/Contrib/ \ +MASTER_SITES= http://www.tcx.se/Contrib/ \ http://www.buoy.com/mysql/Contrib/ \ - http://www.tcx.se/Contrib/ \ http://web.tryc.on.ca/mysql/Contrib/ MAINTAINER= andreas@FreeBSD.ORG -BUILD_DEPENDS= mysql:${PORTSDIR}/databases/mysql +BUILD_DEPENDS= mysql:${PORTSDIR}/databases/mysql321 LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \ xforms\\.0\\.:${PORTSDIR}/x11-toolkits/xforms |