diff options
author | Steve Price <steve@FreeBSD.org> | 1999-06-22 17:48:53 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-06-22 17:48:53 +0000 |
commit | f5cb90c5dd923fc32a216600c523dd2d4bd9a3ca (patch) | |
tree | f998797cd100617d2e63b0b742d84632ce7fb5d1 /games/xscavenger | |
parent | 38bb479f3863244cd4ca68ec4525d99ed836050d (diff) | |
download | ports-f5cb90c5dd923fc32a216600c523dd2d4bd9a3ca.tar.gz ports-f5cb90c5dd923fc32a216600c523dd2d4bd9a3ca.zip |
Notes
Diffstat (limited to 'games/xscavenger')
-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 |