summaryrefslogtreecommitdiff
path: root/lang/gcc
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2000-09-22 21:15:36 +0000
committertron <tron@pkgsrc.org>2000-09-22 21:15:36 +0000
commit18b922cabb7396af8fc2b8e1b728484da81a14fa (patch)
tree2a18eb3b483a15eeca53dcd6c0c927c3e8a6b8a7 /lang/gcc
parent63bf7fb3c0f5504293ccce9d972e5eb6a06ad073 (diff)
downloadpkgsrc-18b922cabb7396af8fc2b8e1b728484da81a14fa.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"