summaryrefslogtreecommitdiff
path: root/games/acm
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-02-14 20:19:44 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-02-14 20:19:44 +0000
commitd124027c467bddf60cfa0081e6a9d30921bc616f (patch)
treea070f6ff7c734bfcb8278c9fab828dd366e0981f /games/acm
parentsimple typo fix, remove odd extraneous spaces (^ $) (diff)
typo clean up police: \s -> \t
Notes
Notes: svn path=/head/; revision=38343
Diffstat (limited to 'games/acm')
-rw-r--r--games/acm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/acm/Makefile b/games/acm/Makefile
index 97d76b4c4009..76ad78684b97 100644
--- a/games/acm/Makefile
+++ b/games/acm/Makefile
@@ -20,8 +20,8 @@ MAN6= acm.6
# Include sound support (Use network audio server (nas))
.if defined(WITH_SOUND) || (exists(${PREFIX}/lib/libaudio.a) \
- && !defined(WITHOUT_SOUND))
-LIB_DEPENDS+= audio.7:${PORTSDIR}/audio/nas
+ && !defined(WITHOUT_SOUND))
+LIB_DEPENDS+= audio.7:${PORTSDIR}/audio/nas
.endif
.include <bsd.port.post.mk>