diff options
author | Steve Price <steve@FreeBSD.org> | 1998-10-20 01:31:07 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-10-20 01:31:07 +0000 |
commit | 5fd5e76156938f3edb59dad937b90a3da4318168 (patch) | |
tree | 5421ded538ed9c538576462c42a6f673b1c13682 /databases/xmysql | |
parent | 4cb6da685701d5cf6c7e7a57b125130ce248d6c2 (diff) | |
download | ports-5fd5e76156938f3edb59dad937b90a3da4318168.tar.gz ports-5fd5e76156938f3edb59dad937b90a3da4318168.zip |
Notes
Diffstat (limited to 'databases/xmysql')
-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 \ |