diff options
author | dholland <dholland@pkgsrc.org> | 2012-06-28 05:41:11 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-06-28 05:41:11 +0000 |
commit | 32b0d22345f1e875b4c049905b2fa13986e6d84a (patch) | |
tree | 532bf1a12ad258845db61895bdb581d961be4109 /lang/gforth | |
parent | 083aeace12d8a1c10f77179e80c11a368a07436a (diff) | |
download | pkgsrc-32b0d22345f1e875b4c049905b2fa13986e6d84a.tar.gz |
Make this available on x86_64. It builds and passes its self-tests.
Diffstat (limited to 'lang/gforth')
-rw-r--r-- | lang/gforth/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile index 4e850790e34..24b5a2394d2 100644 --- a/lang/gforth/Makefile +++ b/lang/gforth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2012/06/27 14:07:55 asau Exp $ +# $NetBSD: Makefile,v 1.30 2012/06/28 05:41:11 dholland Exp $ DISTNAME= gforth-0.7.0 PKGREVISION= 3 @@ -12,6 +12,7 @@ COMMENT= Fast interpreter for the Forth language LICENSE= gnu-gpl-v3 ONLY_FOR_PLATFORM= *-*-alpha *-*-i386 *-*-m68k *-*-powerpc *-*-sparc +ONLY_FOR_PLATFORM+= *-*-x86_64 PKG_DESTDIR_SUPPORT= user-destdir INFO_FILES= yes |