diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-12-07 01:27:06 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-12-07 01:27:06 +0000 |
commit | c7ca0ba1270728541cb85479f0fd9d4aa5d82567 (patch) | |
tree | e120d11744661e220d8a3555e1cc169d34966ca9 /audio/sox | |
parent | 556c0d85678a5197e3ae8e4a697f4c3f6a450e8e (diff) | |
download | ports-c7ca0ba1270728541cb85479f0fd9d4aa5d82567.tar.gz ports-c7ca0ba1270728541cb85479f0fd9d4aa5d82567.zip |
Notes
Diffstat (limited to 'audio/sox')
-rw-r--r-- | audio/sox/Makefile | 4 |
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 |