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 | |
parent | c11dbc08514d2d0f46d78d8f657cc198d8a1ad87 (diff) | |
download | ports-dd836828e53754b83e675b1f10d5e9443da811cb.tar.gz ports-dd836828e53754b83e675b1f10d5e9443da811cb.zip |
Notes
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 |