diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2003-12-08 15:56:05 +0800 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2003-12-08 15:56:05 +0800 |
commit | c9e2aa91693447a552a7823c4a0e3560b1d21cb5 (patch) | |
tree | c2e5fb9301eb4300737f3f43c3fca8ffde13c789 /audio/sox | |
parent | cb16459fae23c32a4fe5edf74eeb8d8f4894a471 (diff) | |
download | freebsd-ports-gnome-c9e2aa91693447a552a7823c4a0e3560b1d21cb5.tar.gz freebsd-ports-gnome-c9e2aa91693447a552a7823c4a0e3560b1d21cb5.tar.zst freebsd-ports-gnome-c9e2aa91693447a552a7823c4a0e3560b1d21cb5.zip |
Switch dependency mad -> libmad as more apropriate.
Approved by: maintainer
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 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 |