diff options
author | pho <pho@pkgsrc.org> | 2015-02-11 13:38:42 +0000 |
---|---|---|
committer | pho <pho@pkgsrc.org> | 2015-02-11 13:38:42 +0000 |
commit | 2752c41cb1ca52c8cedb092a3fd419dc4449d66a (patch) | |
tree | 649cf0cc2caa8d4f5a400032239d17556f83a34a /lang/ghc7 | |
parent | 2db9b7339b73995d26a719d8b294b3279caf1812 (diff) | |
download | pkgsrc-2752c41cb1ca52c8cedb092a3fd419dc4449d66a.tar.gz |
Use BROKEN_EXCEPT_ON_PLATFORM instead of ONLY_FOR_PLATFORM because it's merely broken on unlisted platforms, not inappropriate
Diffstat (limited to 'lang/ghc7')
-rw-r--r-- | lang/ghc7/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ghc7/Makefile b/lang/ghc7/Makefile index e5b6d028843..916be45bb0f 100644 --- a/lang/ghc7/Makefile +++ b/lang/ghc7/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2015/02/11 07:47:16 pho Exp $ +# $NetBSD: Makefile,v 1.16 2015/02/11 13:38:42 pho Exp $ # ----------------------------------------------------------------------------- # Package metadata # @@ -20,7 +20,7 @@ LICENSE= modified-bsd # possible. So we have to prepare stripped-down binaries sufficient to # bootstrap compilers for each platforms. If you want to build them # yourself, follow an instruction in the ./TODO file. -ONLY_FOR_PLATFORM= \ +BROKEN_EXCEPT_ON_PLATFORM+= \ Darwin-*-powerpc \ FreeBSD-*-i386 \ Linux-*-x86_64 \ |