Attempt to fix fetch. USE_BZIP2 must be declared before including
bsd.port.pre.mk. Pointy hat to: linimon
This commit is contained in:
parent
04a7f70c5c
commit
7849c3cf64
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297160
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user