diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-03-21 02:29:48 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-03-21 02:29:48 +0000 |
commit | 860ab8a994f3eca2d6092989c261bad944798962 (patch) | |
tree | 6df7659c35a3c0e88f8fc1fb14fcd7c611528472 /emulators/xzx | |
parent | 64d60f3986a7b051cdd84068f6947cb4ea10b0db (diff) | |
download | ports-860ab8a994f3eca2d6092989c261bad944798962.tar.gz ports-860ab8a994f3eca2d6092989c261bad944798962.zip |
Mark this port broken, can't find endian.h.
Notes
Notes:
svn path=/head/; revision=10247
Diffstat (limited to 'emulators/xzx')
-rw-r--r-- | emulators/xzx/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/xzx/Makefile b/emulators/xzx/Makefile index a8da4a376022..a618cbac7f0a 100644 --- a/emulators/xzx/Makefile +++ b/emulators/xzx/Makefile @@ -3,7 +3,7 @@ # Date created: 13 Nov 1997 # Whom: Sheldon Hearn <axl@iafrica.com> # -# $Id: Makefile,v 1.2 1997/11/15 10:26:21 asami Exp $ +# $Id: Makefile,v 1.3 1998/03/11 07:54:24 vanilla Exp $ # DISTNAME= xzx-2.4.4 @@ -15,6 +15,8 @@ DISTFILES= xzx-2.4.4-src.tar.gz \ MAINTAINER= axl@iafrica.com +BROKEN= endian.h + USE_IMAKE= yes MAN1= xzx.1 MANCOMPRESSED= yes |