diff options
author | Steve Price <steve@FreeBSD.org> | 1999-09-25 17:23:32 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-09-25 17:23:32 +0000 |
commit | dd836828e53754b83e675b1f10d5e9443da811cb (patch) | |
tree | 08c7dbb34a63937b43e9e6e4829e60bb04da37f0 /games/xscavenger | |
parent | c11dbc08514d2d0f46d78d8f657cc198d8a1ad87 (diff) |
Turn (back) on sound support for FreeBSD/Alpha.
Notes
Notes:
svn path=/head/; revision=21947
Diffstat (limited to 'games/xscavenger')
-rw-r--r-- | games/xscavenger/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/games/xscavenger/Makefile b/games/xscavenger/Makefile index 152914e775f5..64334316c59f 100644 --- a/games/xscavenger/Makefile +++ b/games/xscavenger/Makefile @@ -14,10 +14,6 @@ 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 |