diff options
author | wiz <wiz> | 2000-12-27 03:36:41 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-12-27 03:36:41 +0000 |
commit | 932c3262a8f68462b7c893d09435a434f1ef71a6 (patch) | |
tree | 7b7ffff11d7ef3ae62997bbfe1b25724c1bc3b32 /games/quake | |
parent | 5c17c807b03cccf5a77c3787d6d04d4f13bd17b4 (diff) | |
download | pkgsrc-932c3262a8f68462b7c893d09435a434f1ef71a6.tar.gz |
Mark as i386-only since it uses assembler.
Diffstat (limited to 'games/quake')
-rw-r--r-- | games/quake/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/quake/Makefile b/games/quake/Makefile index 2729da3d517..f121a9a28a0 100644 --- a/games/quake/Makefile +++ b/games/quake/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2000/10/15 12:06:35 rh Exp $ +# $NetBSD: Makefile,v 1.11 2000/12/27 03:36:41 wiz Exp $ DISTNAME= q1source PKGNAME= quake-2.30 @@ -13,6 +13,8 @@ HOMEPAGE= http://www.idsoftware.com/ DEPENDS+= quakedata-*:../../games/quakedata +ONLY_FOR_PLATFORM= *-*-i386 + EXTRACT_CMD= unzip -q ${DOWNLOADED_DISTFILE} USE_GMAKE= yes |