diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2008-04-07 20:37:23 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2008-04-07 20:37:23 +0000 |
commit | fc6f8996911202c6df18b1ee15a9cb205ba4ea49 (patch) | |
tree | 539cb57de0e25c0fcfd062eb36d849e1f96fdb90 /audio/sox/Makefile | |
parent | e736f59941a3e760ba36b76c2472497f04a3d7da (diff) |
Notes
Diffstat (limited to 'audio/sox/Makefile')
-rw-r--r-- | audio/sox/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/sox/Makefile b/audio/sox/Makefile index d2ad4a3e1ca3..580e08a36bc8 100644 --- a/audio/sox/Makefile +++ b/audio/sox/Makefile @@ -7,6 +7,7 @@ PORTNAME= sox PORTVERSION= 14.0.1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF @@ -122,7 +123,7 @@ CONFIGURE_ARGS+= --without-lame .if defined(WITH_FLAC) CONFIGURE_ARGS+= --with-flac -LIB_DEPENDS+= FLAC.7:${PORTSDIR}/audio/flac +LIB_DEPENDS+= FLAC.10:${PORTSDIR}/audio/flac PLIST_SUB+= PLIST_FLAC="" .else CONFIGURE_ARGS+= --without-flac |