aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2001-12-31 02:17:35 +0800
committerpetef <petef@FreeBSD.org>2001-12-31 02:17:35 +0800
commit102c316cba633c35fc0f3b594d1896a3655d0fa6 (patch)
tree676a410da36735b98b68a0971ba3c33c4b7d6087 /games
parent29508a7ae1fc6a692a7777ab520322db11979ca8 (diff)
downloadfreebsd-ports-gnome-102c316cba633c35fc0f3b594d1896a3655d0fa6.tar.gz
freebsd-ports-gnome-102c316cba633c35fc0f3b594d1896a3655d0fa6.tar.zst
freebsd-ports-gnome-102c316cba633c35fc0f3b594d1896a3655d0fa6.zip
Chase libaudio shlib major (from the audio/nas update).
Diffstat (limited to 'games')
-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>