diff options
Diffstat (limited to 'games/acm')
-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 ff760c871388..73b7df3f9d1a 100644 --- a/games/acm/Makefile +++ b/games/acm/Makefile @@ -26,7 +26,7 @@ MAKE_ARGS+= prefix=${STAGEDIR}${PREFIX}/ OBVDIR=${STAGEDIR}${DATADIR}/ OPTIONS_DEFINE= SOUND -SOUND_LIB_DEPENDS= libaudio.so:${PORTSDIR}/audio/nas +SOUND_LIB_DEPENDS= libaudio.so:audio/nas .include <bsd.port.options.mk> |