summaryrefslogtreecommitdiff
path: root/lang/gforth
diff options
context:
space:
mode:
authoritohy <itohy@pkgsrc.org>2000-05-09 23:36:43 +0000
committeritohy <itohy@pkgsrc.org>2000-05-09 23:36:43 +0000
commite91fed376c96eaa518f6e2b42d8f274a8bac9429 (patch)
tree3a4250e98f87aeea556e76e25c19793ddc7fb5d6 /lang/gforth
parent27dd813e08be9777de3c1c8d985fdc2a1c1d8d93 (diff)
downloadpkgsrc-e91fed376c96eaa518f6e2b42d8f274a8bac9429.tar.gz
Confirmed it works on alpha, but ..., alas, my DEC 3000
broke down and I can't test it on alpha any longer. "make test" will fail without fix of PR #10065.
Diffstat (limited to 'lang/gforth')
-rw-r--r--lang/gforth/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile
index 08bf9fa14a9..557052cb69b 100644
--- a/lang/gforth/Makefile
+++ b/lang/gforth/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2000/05/09 23:33:40 itohy Exp $
+# $NetBSD: Makefile,v 1.6 2000/05/09 23:36:43 itohy Exp $
DISTNAME= gforth-0.4.0
CATEGORIES= lang
@@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=gforth/}
MAINTAINER= simonb@netbsd.org
HOMEPAGE= http://www.complang.tuwien.ac.at/forth/gforth/
-ONLY_FOR_PLATFORM= *-*-i386 *-*-m68k
+ONLY_FOR_PLATFORM= *-*-alpha *-*-i386 *-*-m68k
GNU_CONFIGURE= YES
# Make sure elisp will be installed even if no emacs installed.