diff options
author | steve <steve@FreeBSD.org> | 1998-09-26 23:18:10 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-26 23:18:10 +0000 |
commit | 719aa84d31e0fdccc5dc0336a51434143e872b1c (patch) | |
tree | 437f27df0128c613f334b015618ef67d00f4e0ab /databases/xmysql | |
parent | 386199ca7ca2e2f8b9e31cc115b1f82a46d4437a (diff) | |
download | FreeBSD-ports-719aa84d31e0fdccc5dc0336a51434143e872b1c.zip FreeBSD-ports-719aa84d31e0fdccc5dc0336a51434143e872b1c.tar.gz |
Mark broken for ELF because of xforms port.
Diffstat (limited to 'databases/xmysql')
-rw-r--r-- | databases/xmysql/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/databases/xmysql/Makefile b/databases/xmysql/Makefile index f52d7fa..57877c9 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.8 1998/09/15 11:12:59 asami Exp $ +# $Id: Makefile,v 1.9 1998/09/17 00:32:29 asami Exp $ # DISTNAME= xmysql-1.8 @@ -14,9 +14,11 @@ MASTER_SITES= http://www.tcx.se/Contrib/ \ MAINTAINER= andreas@FreeBSD.ORG +BROKEN_ELF= depends on broken mysql321 and xforms which is a.out only + BUILD_DEPENDS= mysql:${PORTSDIR}/databases/mysql321 LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ - xforms\\.0\\.:${PORTSDIR}/x11-toolkits/xforms + xforms.0:${PORTSDIR}/x11-toolkits/xforms USE_X_PREFIX= yes |