diff options
author | lioux <lioux@FreeBSD.org> | 2001-02-14 20:19:44 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-02-14 20:19:44 +0000 |
commit | db628b5105efc23a5c41f7d15c720de6a964e98c (patch) | |
tree | 7b115f7a3ea8e0b4c510af52f97af85492105f0a /games/acm | |
parent | 5e129658fc7663aee97c3d6ca2a3bdf3aeabd003 (diff) | |
download | FreeBSD-ports-db628b5105efc23a5c41f7d15c720de6a964e98c.zip FreeBSD-ports-db628b5105efc23a5c41f7d15c720de6a964e98c.tar.gz |
typo clean up police: \s -> \t
Diffstat (limited to 'games/acm')
-rw-r--r-- | games/acm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/acm/Makefile b/games/acm/Makefile index 97d76b4..76ad786 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> |