summaryrefslogtreecommitdiff
path: root/audio/sox
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-12-07 01:27:06 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-12-07 01:27:06 +0000
commitc7ca0ba1270728541cb85479f0fd9d4aa5d82567 (patch)
treee120d11744661e220d8a3555e1cc169d34966ca9 /audio/sox
parent- Make it do actually something useful. (diff)
Chase the libmad/libid3tag shared lib version.
Notes
Notes: svn path=/head/; revision=95225
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