From ba8fb459dbb6cd13078d83353371c02c7ed2f902 Mon Sep 17 00:00:00 2001 From: steve Date: Tue, 22 Jun 1999 17:48:53 +0000 Subject: The Alpha doesn't have sound support yet. --- games/xscavenger/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'games') 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 -- cgit