Switch dependency mad -> libmad as more apropriate.

Approved by:	maintainer
This commit is contained in:
Alexander Nedotsukov 2003-12-08 07:56:05 +00:00
parent cb16459fae
commit c9e2aa9169
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95326

View file

@ -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