diff options
author | steve <steve@FreeBSD.org> | 1999-09-26 01:23:32 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-09-26 01:23:32 +0800 |
commit | 27cff7af9d055767dc247aa15da20e6848744a72 (patch) | |
tree | 9a3520e997aa83142c6601e4627df9204267db41 /games | |
parent | d61ee1a949738c5bbc066e1fbeb86c55af8ad2e0 (diff) | |
download | freebsd-ports-gnome-27cff7af9d055767dc247aa15da20e6848744a72.tar.gz freebsd-ports-gnome-27cff7af9d055767dc247aa15da20e6848744a72.tar.zst freebsd-ports-gnome-27cff7af9d055767dc247aa15da20e6848744a72.zip |
Turn (back) on sound support for FreeBSD/Alpha.
Diffstat (limited to 'games')
-rw-r--r-- | games/rocksndiamonds/Makefile | 2 | ||||
-rw-r--r-- | games/xdigger/Makefile | 4 | ||||
-rw-r--r-- | games/xgalaga/Makefile | 4 | ||||
-rw-r--r-- | games/xnibbles/Makefile | 4 | ||||
-rw-r--r-- | games/xscavenger/Makefile | 4 |
5 files changed, 1 insertions, 17 deletions
diff --git a/games/rocksndiamonds/Makefile b/games/rocksndiamonds/Makefile index d0a7be34afb8..366fd8be068e 100644 --- a/games/rocksndiamonds/Makefile +++ b/games/rocksndiamonds/Makefile @@ -17,7 +17,7 @@ USE_XLIB= yes USE_GMAKE= yes MAKE_ENV+= GAME_DIR=${GAME_DIR} X11_PATH=${X11BASE} OPTIONS="${CFLAGS}" .if ${MACHINE_ARCH} == "alpha" -MAKE_ENV+= SOUNDS="-DNO_SOUNDS" JOYSTICK="-DNO_JOYSTICK" +MAKE_ENV+= JOYSTICK="-DNO_JOYSTICK" .endif GAME_DIR=${PREFIX}/share/rocksndiamonds diff --git a/games/xdigger/Makefile b/games/xdigger/Makefile index ca18e61a126d..81bbf99d216a 100644 --- a/games/xdigger/Makefile +++ b/games/xdigger/Makefile @@ -14,10 +14,6 @@ EXTRACT_SUFX= .tgz MAINTAINER= andy@icc.surw.chel.su -.if ${MACHINE_ARCH} == "alpha" -BROKEN= no sound support on the alpha yet -.endif - USE_IMAKE= yes MAN6= xdigger.6 MANCOMPRESSED= no diff --git a/games/xgalaga/Makefile b/games/xgalaga/Makefile index e1a94847b682..aa3984fca299 100644 --- a/games/xgalaga/Makefile +++ b/games/xgalaga/Makefile @@ -15,10 +15,6 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm -.if ${MACHINE_ARCH} == "alpha" -NOSOUND= yes -.endif - HAS_CONFIGURE= yes USE_X_PREFIX= yes # xgalaga has a very strange usage of these variables... diff --git a/games/xnibbles/Makefile b/games/xnibbles/Makefile index 65b6566c0e1c..fa217af3e00c 100644 --- a/games/xnibbles/Makefile +++ b/games/xnibbles/Makefile @@ -15,10 +15,6 @@ MAINTAINER= andy@icc.surw.chel.su LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm -.if ${MACHINE_ARCH} != "alpha" -MAKE_ENV+= SOUND=1 -.endif - ALL_TARGET= linux USE_GMAKE= yes USE_X_PREFIX= yes 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 |