summaryrefslogtreecommitdiff
path: root/lang/gcc
diff options
context:
space:
mode:
authortron <tron>2000-09-22 21:15:36 +0000
committertron <tron>2000-09-22 21:15:36 +0000
commit9ecb553f4df15cc56592feb91a77baaed59a815b (patch)
tree2a18eb3b483a15eeca53dcd6c0c927c3e8a6b8a7 /lang/gcc
parentf3868bb40dd0ff0be1cf0cb5839ff00873606890 (diff)
downloadpkgsrc-9ecb553f4df15cc56592feb91a77baaed59a815b.tar.gz
Mention support of "NetBSD-m68k" in comment and correct a typo.
Diffstat (limited to 'lang/gcc')
-rw-r--r--lang/gcc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile
index ade79bbaca8..49512f02e17 100644
--- a/lang/gcc/Makefile
+++ b/lang/gcc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2000/09/22 01:51:56 fredb Exp $
+# $NetBSD: Makefile,v 1.7 2000/09/22 21:15:36 tron Exp $
DISTNAME= gcc-2.95.2
CATEGORIES= lang
@@ -9,8 +9,8 @@ HOMEPAGE= http://www.gnu.org/software/gcc/gcc.html
BUILD_DEPENDS+= ${LOCALBASE}/bin/bison:../../devel/bison
-# NetBSD-arm32 and NetBSD-i386 are the only tested platform so far.
-# If you got it working on other platforms please add them.
+# NetBSD-arm32, NetBSD-i386 and NetBSD-m68k are the only tested platforms
+# so far. If you got it working on other platforms please add them.
ONLY_FOR_PLATFORM= NetBSD-*-arm32 NetBSD-*-i386 NetBSD-*-m68k
.include "../../mk/bsd.prefs.mk"