summaryrefslogtreecommitdiff
path: root/games/acm/Makefile
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2001-12-30 18:17:35 +0000
committerPete Fritchman <petef@FreeBSD.org>2001-12-30 18:17:35 +0000
commitb892dcdb05237c63b7b92152893e8e3423a7811b (patch)
tree75bb20346afc890de1813c4a4950005321b25633 /games/acm/Makefile
parent- update to 1.5 (diff)
Chase libaudio shlib major (from the audio/nas update).
Notes
Notes: svn path=/head/; revision=52417
Diffstat (limited to 'games/acm/Makefile')
-rw-r--r--games/acm/Makefile2
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>