1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

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
This commit is contained in:
Brian Feldman 2004-03-24 14:20:03 +00:00
parent 1d89e7641d
commit 2c2514dc1f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105123

View File

@ -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