diff options
author | dholland <dholland@pkgsrc.org> | 2015-01-01 10:38:24 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2015-01-01 10:38:24 +0000 |
commit | e5a8b7a8ebe19d7f7b4c9909c4b66e55c91f52d9 (patch) | |
tree | 7dd92f9cb7522c97c611b45105e229aa4db9b4eb /emulators | |
parent | 757b93995a559efb070e9f2f3c5ad8497d687fbd (diff) | |
download | pkgsrc-e5a8b7a8ebe19d7f7b4c9909c4b66e55c91f52d9.tar.gz |
Use BROKEN_EXCEPT_ON_PLATFORM for missing configs.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/kegs/Makefile | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/emulators/kegs/Makefile b/emulators/kegs/Makefile index bd5b03a232e..f28a01a177d 100644 --- a/emulators/kegs/Makefile +++ b/emulators/kegs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2014/05/29 23:36:33 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2015/01/01 10:38:24 dholland Exp $ # DISTNAME= kegs.0.91 @@ -11,10 +11,14 @@ MAINTAINER= christtrekker@users.sourceforge.net HOMEPAGE= http://kegs.sourceforge.net/ COMMENT= Apple IIgs emulator for Mac OS X, Win32, Linux, and Unix/X11 -# Official support -ONLY_FOR_PLATFORM= Linux-*-i386 Linux-*-powerpc SunOS-*-i386 SunOS-*-sparc Darwin-*-* HPUX-*-* -# Probably work -ONLY_FOR_PLATFORM+= *-*-i386 *-*-powerpc *-*-x86_64 *-*-ia64 *-*-mips *-*-m68k +# These platforms are officially supported +BROKEN_EXCEPT_ON_PLATFORM= Linux-*-i386 Linux-*-powerpc \ + SunOS-*-i386 SunOS-*-sparc \ + Darwin-*-* \ + HPUX-*-* +# These are hacked below. +BROKEN_EXCEPT_ON_PLATFORM+= *-*-i386 *-*-x86_64 *-*-ia64 \ + *-*-powerpc *-*-mips *-*-m68k #WRKSRC= ${WRKDIR}/${DISTNAME}/src CONFIGURE_DIRS= src |