diff options
author | petef <petef@FreeBSD.org> | 2001-12-31 02:17:35 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-12-31 02:17:35 +0800 |
commit | 102c316cba633c35fc0f3b594d1896a3655d0fa6 (patch) | |
tree | 676a410da36735b98b68a0971ba3c33c4b7d6087 /games | |
parent | 29508a7ae1fc6a692a7777ab520322db11979ca8 (diff) | |
download | freebsd-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/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> |