diff options
author | wiz <wiz@pkgsrc.org> | 2002-02-07 11:39:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-02-07 11:39:52 +0000 |
commit | 345fad0a1c498d73259ea41fffa41a751a0cd35d (patch) | |
tree | b61ba1fec2531d55d0559e3f8bcb1af2115d4691 /games/eus-demo | |
parent | be20687417074d6d32eb2c1594e756a244ef1e1e (diff) | |
download | pkgsrc-345fad0a1c498d73259ea41fffa41a751a0cd35d.tar.gz |
Unconditionally set ONLY_FOR_PLATFORM.
Diffstat (limited to 'games/eus-demo')
-rw-r--r-- | games/eus-demo/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/eus-demo/Makefile b/games/eus-demo/Makefile index 94203ffcd88..b0c5264b7e0 100644 --- a/games/eus-demo/Makefile +++ b/games/eus-demo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/02/25 04:17:49 hubertf Exp $ +# $NetBSD: Makefile,v 1.5 2002/02/07 11:39:52 wiz Exp $ # DISTNAME= eus-demo @@ -14,10 +14,8 @@ COMMENT= Eric's Ultimate Solitaire (linux demo) NO_CONFIGURE= yes -.if !make(fetch) # Someone needs to look at alpha, powerpc and sparc compat_linux ONLY_FOR_PLATFORM=*-*-i386 -.endif .if (${MACHINE_ARCH} == "i386") BINTYPE= x86/glibc-2.1 |