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/xmysqladmin | |
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/xmysqladmin')
-rw-r--r-- | databases/xmysqladmin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/xmysqladmin/Makefile b/databases/xmysqladmin/Makefile index a7e07b2eb4eb..195ecc3f8055 100644 --- a/databases/xmysqladmin/Makefile +++ b/databases/xmysqladmin/Makefile @@ -3,7 +3,7 @@ # Date created: Di 2 Sep 1997 16:29:27 CEST # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.10 1998/09/17 00:32:29 asami Exp $ +# $Id: Makefile,v 1.11 1998/09/26 23:18:04 steve Exp $ # DISTNAME= xmysqladmin-0.4.4 @@ -15,7 +15,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 \ |