summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authoritohy <itohy>2000-05-09 23:36:43 +0000
committeritohy <itohy>2000-05-09 23:36:43 +0000
commit46940e898080afb421e0743fc60c6fd9bed00144 (patch)
tree3a4250e98f87aeea556e76e25c19793ddc7fb5d6 /lang
parent6d52709112b328e7fac85ee232d74cde6003a997 (diff)
downloadpkgsrc-46940e898080afb421e0743fc60c6fd9bed00144.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')
-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.