From d124027c467bddf60cfa0081e6a9d30921bc616f Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Wed, 14 Feb 2001 20:19:44 +0000 Subject: typo clean up police: \s -> \t --- games/acm/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games') 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 -- cgit v1.2.3