NetBSD does not support hardware 3D acceleration, so mark it for
FreeBSD and Linux only. (Please my god, we need DRI support! :)
This commit is contained in:
parent
512edec2f0
commit
cf8b6b22b8
1 changed files with 2 additions and 2 deletions
|
@ -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 - \
|
||||
|
|
Loading…
Reference in a new issue