diff options
-rw-r--r-- | lang/gwydion-dylan/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gwydion-dylan/Makefile b/lang/gwydion-dylan/Makefile index f48dff678c9..47d8773e96c 100644 --- a/lang/gwydion-dylan/Makefile +++ b/lang/gwydion-dylan/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2015/01/04 07:50:39 dholland Exp $ +# $NetBSD: Makefile,v 1.19 2015/01/04 08:28:48 dholland Exp $ # DISTNAME= gwydion-dylan-${DYLAN_VERSION} @@ -26,7 +26,7 @@ DYLAN_VERSION= 2.4.0 # other architecture changes will be gratefully received # (but note: don't enable platforms you haven't explicitly tested, as # they are liable to hang in the mindy debugger and hose bulk builds.) -ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-sparc NetBSD-*-powerpc +BROKEN_EXCEPT_ON_PLATFORM= NetBSD-*-i386 NetBSD-*-sparc NetBSD-*-powerpc .include "../../mk/bsd.prefs.mk" |