Attempt to fix fetch. USE_BZIP2 must be declared before including

bsd.port.pre.mk.

Pointy hat to:	linimon
This commit is contained in:
Mark Linimon 2012-05-22 06:01:59 +00:00
parent 04a7f70c5c
commit 7849c3cf64
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297160

View File

@ -39,10 +39,11 @@ SRCBALL_NAME= ${DISTNAME:S/_W$//}_src
WRKSRC= ${WRKDIR}/${DISTNAME}/${SRCBALL_NAME}
.endif
.include <bsd.port.pre.mk>
USE_BZIP2= yes
HAS_CONFIGURE= yes
.include <bsd.port.pre.mk>
CONFIGURE_SCRIPT= Configure
CONFIGURE_ARGS= -n freebsd
CONFIGURE_ENV= LSOF_CC="${CC}" FREEBSD_SYS="${SRC_BASE}/sys"