aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorAlexander Nedotsukov <bland@FreeBSD.org>2003-12-08 07:56:05 +0000
committerAlexander Nedotsukov <bland@FreeBSD.org>2003-12-08 07:56:05 +0000
commitc9e2aa91693447a552a7823c4a0e3560b1d21cb5 (patch)
treec2e5fb9301eb4300737f3f43c3fca8ffde13c789 /audio
parentcb16459fae23c32a4fe5edf74eeb8d8f4894a471 (diff)
downloadports-c9e2aa91693447a552a7823c4a0e3560b1d21cb5.tar.gz
ports-c9e2aa91693447a552a7823c4a0e3560b1d21cb5.zip
Switch dependency mad -> libmad as more apropriate.
Approved by: maintainer
Notes
Notes: svn path=/head/; revision=95326
Diffstat (limited to 'audio')
-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