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 /audio/mpg123/Makefile | |
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 'audio/mpg123/Makefile')
-rw-r--r-- | audio/mpg123/Makefile | 2 |
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 |