diff options
-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 |