diff options
author | steve <steve@FreeBSD.org> | 1999-06-23 01:48:53 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-06-23 01:48:53 +0800 |
commit | ba8fb459dbb6cd13078d83353371c02c7ed2f902 (patch) | |
tree | 39e6b904572a677bc56e45f73b36a44a7d259788 /games | |
parent | c05a6685919bc142149c304d71d3f3a5480992b7 (diff) | |
download | freebsd-ports-gnome-ba8fb459dbb6cd13078d83353371c02c7ed2f902.tar.gz freebsd-ports-gnome-ba8fb459dbb6cd13078d83353371c02c7ed2f902.tar.zst freebsd-ports-gnome-ba8fb459dbb6cd13078d83353371c02c7ed2f902.zip |
The Alpha doesn't have sound support yet.
Diffstat (limited to 'games')
-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 |