diff options
Diffstat (limited to 'games/acm/Makefile')
-rw-r--r-- | games/acm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/acm/Makefile b/games/acm/Makefile index 76ad78684b97..a6787f862094 100644 --- a/games/acm/Makefile +++ b/games/acm/Makefile @@ -21,7 +21,7 @@ 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 +LIB_DEPENDS+= audio.2:${PORTSDIR}/audio/nas .endif .include <bsd.port.post.mk> |