diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-12-30 18:17:35 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-12-30 18:17:35 +0000 |
commit | b892dcdb05237c63b7b92152893e8e3423a7811b (patch) | |
tree | 75bb20346afc890de1813c4a4950005321b25633 /games/acm | |
parent | 5eda61c09084ab0d77509e45c0b0081cb7a8ed87 (diff) |
Chase libaudio shlib major (from the audio/nas update).
Notes
Notes:
svn path=/head/; revision=52417
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 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> |