diff options
author | steve <steve@FreeBSD.org> | 1998-10-20 09:31:07 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-10-20 09:31:07 +0800 |
commit | fc3a26b44065a28205e0c6aea7995f22755218d5 (patch) | |
tree | 56e79d2b35a9b1a34d6ddde5bc6927d3845abfc4 /databases/xmysql/Makefile | |
parent | 9928cf38eba2d1de08efea594c3022a39507bcd8 (diff) | |
download | freebsd-ports-gnome-fc3a26b44065a28205e0c6aea7995f22755218d5.tar.gz freebsd-ports-gnome-fc3a26b44065a28205e0c6aea7995f22755218d5.tar.zst freebsd-ports-gnome-fc3a26b44065a28205e0c6aea7995f22755218d5.zip |
The mysql321 port is no longer broken.
Diffstat (limited to 'databases/xmysql/Makefile')
-rw-r--r-- | databases/xmysql/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/xmysql/Makefile b/databases/xmysql/Makefile index 57877c9bd722..28a27306d58e 100644 --- a/databases/xmysql/Makefile +++ b/databases/xmysql/Makefile @@ -3,7 +3,7 @@ # Date created: Tue Sep 2 15:46:09 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.9 1998/09/17 00:32:29 asami Exp $ +# $Id: Makefile,v 1.10 1998/09/26 23:18:03 steve Exp $ # DISTNAME= xmysql-1.8 @@ -14,7 +14,7 @@ MASTER_SITES= http://www.tcx.se/Contrib/ \ MAINTAINER= andreas@FreeBSD.ORG -BROKEN_ELF= depends on broken mysql321 and xforms which is a.out only +BROKEN_ELF= xforms is a.out only BUILD_DEPENDS= mysql:${PORTSDIR}/databases/mysql321 LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ |