summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2015-01-05 11:03:22 +0000
committerwiz <wiz>2015-01-05 11:03:22 +0000
commit21a015baf46379aa99c2d4c8258694a2d3609523 (patch)
tree39275705bdd14944f8bfa852b47de8f13d702a45
parentfaa32187d513112d87e48a583fbdf144cb86d96f (diff)
downloadpkgsrc-21a015baf46379aa99c2d4c8258694a2d3609523.tar.gz
Add missing continuation line marker.
Remove mention of lang/twelf.
-rw-r--r--lang/smlnj/Makefile.common5
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