aboutsummaryrefslogtreecommitdiff
path: root/audio/mpg123
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 /audio/mpg123
parent5eda61c09084ab0d77509e45c0b0081cb7a8ed87 (diff)
downloadports-b892dcdb05237c63b7b92152893e8e3423a7811b.tar.gz
ports-b892dcdb05237c63b7b92152893e8e3423a7811b.zip
Notes
Diffstat (limited to 'audio/mpg123')
-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