aboutsummaryrefslogtreecommitdiffstats
path: root/audio/sox
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-12-07 09:27:06 +0800
committermarcus <marcus@FreeBSD.org>2003-12-07 09:27:06 +0800
commit97dc1ccd911bb0ed4fca5a6371836561f554ba21 (patch)
tree4d05d61254c87ee99dd981130a34c331a7562d61 /audio/sox
parent22153277e4c08891ead20753c9cef33cc219a2ed (diff)
downloadfreebsd-ports-gnome-97dc1ccd911bb0ed4fca5a6371836561f554ba21.tar.gz
freebsd-ports-gnome-97dc1ccd911bb0ed4fca5a6371836561f554ba21.tar.zst
freebsd-ports-gnome-97dc1ccd911bb0ed4fca5a6371836561f554ba21.zip
Chase the libmad/libid3tag shared lib version.
Diffstat (limited to 'audio/sox')
-rw-r--r--audio/sox/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/sox/Makefile b/audio/sox/Makefile
index b16d02e41a21..fd8f09c4b863 100644
--- a/audio/sox/Makefile
+++ b/audio/sox/Makefile
@@ -25,7 +25,7 @@ GNU_CONFIGURE= yes
WITH_LAME= YES
.endif
-.if exists(${LOCALBASE}/lib/libmad.so.1)
+.if exists(${LOCALBASE}/lib/libmad.so.2)
WITH_MAD= YES
.endif
@@ -54,7 +54,7 @@ CONFIGURE_ARGS+= --disable-lame
.if defined(WITH_MAD)
CONFIGURE_ARGS+= --enable-mad
-LIB_DEPENDS+= mad.1:${PORTSDIR}/audio/mad
+LIB_DEPENDS+= mad.2:${PORTSDIR}/audio/mad
.else
CONFIGURE_ARGS+= --disable-mad
.endif