aboutsummaryrefslogtreecommitdiffstats
path: root/audio/mpg123/Makefile
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 /audio/mpg123/Makefile
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 'audio/mpg123/Makefile')
-rw-r--r--audio/mpg123/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile
index 6e2fbd3577f7..541611124d07 100644
--- a/audio/mpg123/Makefile
+++ b/audio/mpg123/Makefile
@@ -37,7 +37,7 @@ LIB_DEPENDS+= iconv.2:${PORTSDIR}/converters/iconv
.if defined(WITH_NAS)
HAVE_NAS= yes
-LIB_DEPENDS= audio.1:${PORTSDIR}/audio/nas
+LIB_DEPENDS= audio.2:${PORTSDIR}/audio/nas
MAKE_ENV+= HAVE_NAS=${HAVE_NAS}
.endif