diff options
author | asami <asami@FreeBSD.org> | 1998-03-21 10:29:48 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-03-21 10:29:48 +0800 |
commit | b8d6be2058f6e9fd33a1b423956077abdeeab4cc (patch) | |
tree | 50ed5e94dfb2aef85f76ac5a41abcd5a1175d294 /emulators | |
parent | d6d62fc9754fa03fd9479e332e0fb442ef7c5c1f (diff) | |
download | freebsd-ports-gnome-b8d6be2058f6e9fd33a1b423956077abdeeab4cc.tar.gz freebsd-ports-gnome-b8d6be2058f6e9fd33a1b423956077abdeeab4cc.tar.zst freebsd-ports-gnome-b8d6be2058f6e9fd33a1b423956077abdeeab4cc.zip |
Mark this port broken, can't find endian.h.
Diffstat (limited to 'emulators')
-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 |