summaryrefslogtreecommitdiff
path: root/games/et
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-07-17 01:28:35 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-07-17 01:28:35 +0000
commitcf8b6b22b8ae9614b97358d0ebac378f75e457b6 (patch)
tree62be8fe01b09461977ee55ffff1584a6988bef0a /games/et
parent512edec2f0903aedfb2937900864591878faa7c7 (diff)
downloadpkgsrc-cf8b6b22b8ae9614b97358d0ebac378f75e457b6.tar.gz
NetBSD does not support hardware 3D acceleration, so mark it for
FreeBSD and Linux only. (Please my god, we need DRI support! :)
Diffstat (limited to 'games/et')
-rw-r--r--games/et/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/et/Makefile b/games/et/Makefile
index 81ada6203b2..c69dfe3ebd9 100644
--- a/games/et/Makefile
+++ b/games/et/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/07/08 14:28:36 xtraeme Exp $
+# $NetBSD: Makefile,v 1.2 2004/07/17 01:28:35 xtraeme Exp $
#
DISTNAME= et-linux-2.56-2.x86
@@ -14,7 +14,7 @@ COMMENT= Wolfenstein: Enemy Territory for Linux
NO_BUILD= yes
USE_BUILDLINK3= yes
USE_PKGINSTALL= yes
-ONLY_FOR_PLATFORM= *-*-i386
+ONLY_FOR_PLATFORM= FreeBSD-*-i386 Linux-*-i386
ETDIR= ${PREFIX}/lib/lokigames/et
EXTRACT_CMD= ${TAIL} +356 ${DOWNLOADED_DISTFILE} | ${GTAR} xzf - \