diff options
author | Brian Feldman <green@FreeBSD.org> | 2004-03-24 14:20:03 +0000 |
---|---|---|
committer | Brian Feldman <green@FreeBSD.org> | 2004-03-24 14:20:03 +0000 |
commit | 2c2514dc1f0abc76cc6061d1bef67ffc89f37a64 (patch) | |
tree | 4050847af5b260ac8d599026ea7a81afd66eba41 /audio/normalize | |
parent | 1d89e7641de7d98a991bcedf60e55875a2f0355c (diff) | |
download | ports-2c2514dc1f0abc76cc6061d1bef67ffc89f37a64.tar.gz ports-2c2514dc1f0abc76cc6061d1bef67ffc89f37a64.zip |
Notes
Diffstat (limited to 'audio/normalize')
-rw-r--r-- | audio/normalize/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/normalize/Makefile b/audio/normalize/Makefile index d57cacde03be..bea427434b27 100644 --- a/audio/normalize/Makefile +++ b/audio/normalize/Makefile @@ -16,13 +16,13 @@ COMMENT= A tool for adjusting the volume of wave/MP3 files to a standard level LIB_DEPENDS= mad.2:${PORTSDIR}/audio/mad +USE_BZIP2= yes # XXX set before OPTIONS OPTIONS= XMMS "Build XMMS plugin" off .include <bsd.port.pre.mk> .if defined(WITH_XMMS) LIB_DEPENDS+= xmms.4:${PORTSDIR}/multimedia/xmms .endif -USE_BZIP2= yes USE_GETOPT_LONG= yes USE_GETTEXT= yes GNU_CONFIGURE= yes |