From 2c2514dc1f0abc76cc6061d1bef67ffc89f37a64 Mon Sep 17 00:00:00 2001 From: Brian Feldman Date: Wed, 24 Mar 2004 14:20:03 +0000 Subject: Unbreak the fetch step: USE_BZIP2 must be set before the use of OPTIONS/ to take effect there. Submitted by: mich --- audio/normalize/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio') 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 .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 -- cgit v1.2.3