aboutsummaryrefslogtreecommitdiffstats
path: root/audio/sox
diff options
context:
space:
mode:
authorbland <bland@FreeBSD.org>2003-12-08 15:56:05 +0800
committerbland <bland@FreeBSD.org>2003-12-08 15:56:05 +0800
commitfce18c51fb2ec2cae2908ce155e650b3b37f6cd8 (patch)
treecd51fd81bd32ea3d251185e54b2ef5cbe53ce139 /audio/sox
parent78dc6aa1b090ba8fff7693aeb81d6215cbee2703 (diff)
downloadfreebsd-ports-gnome-fce18c51fb2ec2cae2908ce155e650b3b37f6cd8.tar.gz
freebsd-ports-gnome-fce18c51fb2ec2cae2908ce155e650b3b37f6cd8.tar.zst
freebsd-ports-gnome-fce18c51fb2ec2cae2908ce155e650b3b37f6cd8.zip
Switch dependency mad -> libmad as more apropriate.
Approved by: maintainer
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 fd8f09c4b863..f3a1dead6da0 100644
--- a/audio/sox/Makefile
+++ b/audio/sox/Makefile
@@ -7,7 +7,7 @@
PORTNAME= sox
PORTVERSION= 12.17.4
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= sox
@@ -54,7 +54,7 @@ CONFIGURE_ARGS+= --disable-lame
.if defined(WITH_MAD)
CONFIGURE_ARGS+= --enable-mad
-LIB_DEPENDS+= mad.2:${PORTSDIR}/audio/mad
+LIB_DEPENDS+= mad.2:${PORTSDIR}/audio/libmad
.else
CONFIGURE_ARGS+= --disable-mad
.endif