diff options
-rw-r--r-- | games/xscavenger/Makefile | 6 |
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 |