diff options
author | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2010-04-10 14:38:28 +0000 |
---|---|---|
committer | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2010-04-10 14:38:28 +0000 |
commit | b5a5188b9a9b29ffd7a624d92547fad2197b9144 (patch) | |
tree | b926ab288557eba2bf710422638ae76eef739cd0 /audio/sox/Makefile | |
parent | 394fa6645d141984bbd713815afcad0eece5677f (diff) |
Notes
Diffstat (limited to 'audio/sox/Makefile')
-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 81d5088eae0e..3fd4bf23b121 100644 --- a/audio/sox/Makefile +++ b/audio/sox/Makefile @@ -7,7 +7,7 @@ PORTNAME= sox PORTVERSION= 14.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= SF @@ -152,7 +152,7 @@ CONFIGURE_ARGS+= --without-id3tag .if defined(WITH_WAVPACK) CONFIGURE_ARGS+= --with-wavpack -LIB_DEPENDS+= wavpack.1:${PORTSDIR}/audio/wavpack +LIB_DEPENDS+= wavpack.2:${PORTSDIR}/audio/wavpack .else CONFIGURE_ARGS+= --without-wavpack .endif |