summaryrefslogtreecommitdiff
path: root/games/xscavenger
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-06-22 17:48:53 +0000
committerSteve Price <steve@FreeBSD.org>1999-06-22 17:48:53 +0000
commitf5cb90c5dd923fc32a216600c523dd2d4bd9a3ca (patch)
treef998797cd100617d2e63b0b742d84632ce7fb5d1 /games/xscavenger
parentDon't try to link with -ldnet_stub on the Alpha. (diff)
The Alpha doesn't have sound support yet.
Notes
Notes: svn path=/head/; revision=19679
Diffstat (limited to 'games/xscavenger')
-rw-r--r--games/xscavenger/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/games/xscavenger/Makefile b/games/xscavenger/Makefile
index 83dae4746fbb..be7886d7c681 100644
--- a/games/xscavenger/Makefile
+++ b/games/xscavenger/Makefile
@@ -3,7 +3,7 @@
# Date created: 19 Feb 1998
# Whom: eivind
#
-# $Id: Makefile,v 1.8 1998/06/07 14:54:07 eivind Exp $
+# $Id: Makefile,v 1.10 1998/11/29 12:33:04 eivind Exp $
#
DISTNAME= xscavenger-135
@@ -14,6 +14,10 @@ EXTRACT_SUFX= .tgz
MAINTAINER= eivind@FreeBSD.org
+.if ${MACHINE_ARCH} == "alpha"
+BROKEN= no sound support on the alpha yet
+.endif
+
WRKSRC= ${WRKDIR}/${DISTNAME}/src
USE_IMAKE= yes
NO_INSTALL_MANPAGES=yes