aboutsummaryrefslogtreecommitdiffstats
path: root/audio/normalize
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>2004-03-24 22:20:03 +0800
committergreen <green@FreeBSD.org>2004-03-24 22:20:03 +0800
commit2f751af9cdc4bb1a35e3b6ca94af02534f685822 (patch)
treee322d9d439d8fd39d2e6b5f6ec0927390a0f327b /audio/normalize
parent7545df327548952d31b85f02d9116e16ec5e2923 (diff)
downloadfreebsd-ports-gnome-2f751af9cdc4bb1a35e3b6ca94af02534f685822.tar.gz
freebsd-ports-gnome-2f751af9cdc4bb1a35e3b6ca94af02534f685822.tar.zst
freebsd-ports-gnome-2f751af9cdc4bb1a35e3b6ca94af02534f685822.zip
Unbreak the fetch step: USE_BZIP2 must be set before the use of
OPTIONS/<bsd.port.pre.mk> to take effect there. Submitted by: mich
Diffstat (limited to 'audio/normalize')
-rw-r--r--audio/normalize/Makefile2
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