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/xgalaga | |
parent | c11dbc08514d2d0f46d78d8f657cc198d8a1ad87 (diff) | |
download | freebsd-ports-dd836828e53754b83e675b1f10d5e9443da811cb.zip |
Turn (back) on sound support for FreeBSD/Alpha.
Diffstat (limited to 'games/xgalaga')
-rw-r--r-- | games/xgalaga/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
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... |