diff options
author | wiz <wiz@pkgsrc.org> | 2015-01-05 11:03:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-01-05 11:03:22 +0000 |
commit | 2648f15a53724534ac9a78e6500b0f71a8f6a6b9 (patch) | |
tree | 39275705bdd14944f8bfa852b47de8f13d702a45 | |
parent | 95a07bda2509166b98fee9dd9f9bba662716f0cd (diff) | |
download | pkgsrc-2648f15a53724534ac9a78e6500b0f71a8f6a6b9.tar.gz |
Add missing continuation line marker.
Remove mention of lang/twelf.
-rw-r--r-- | lang/smlnj/Makefile.common | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/smlnj/Makefile.common b/lang/smlnj/Makefile.common index 7cb266e1114..78a8deb360c 100644 --- a/lang/smlnj/Makefile.common +++ b/lang/smlnj/Makefile.common @@ -1,12 +1,11 @@ -# $NetBSD: Makefile.common,v 1.11 2015/01/04 08:57:36 dholland Exp $ +# $NetBSD: Makefile.common,v 1.12 2015/01/05 11:03:22 wiz Exp $ # # used by lang/smlnj/Makefile -# used by lang/twelf/Makefile # smlnj supports i386, hppa, sparc, ppc, mlrisc & alpha # but this package only handles i386, ppc, and sparc. # Extending this is left as an (easy) exercise for the reader. -ONLY_FOR_PLATFORM+= *-*-alpha *-*-hppa *-*-i386 +ONLY_FOR_PLATFORM+= *-*-alpha *-*-hppa *-*-i386 \ *-*-mlrisc *-*-sparc *-*-powerpc BROKEN_ON_PLATFORM= *-*-alpha *-*-hppa *-*-mlrisc |