- re-order, include bsd.port.pre.mk so SRC_BASE is defined before referenced

PR: ports/165994
Submitted by: 4721@hushmail.com
Approved by:	maintainer, delphij
This commit is contained in:
Jason Helfman 2012-05-22 00:02:09 +00:00
parent dbafee0ac6
commit b44f85724f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297154

View file

@ -37,12 +37,12 @@ MAKE_ENV+= KMODDIR=${KMODDIR} DATADIR=${DATADIR} SYSDIR="${SRC_BASE}/sys"
IET_CONF_FILES= ietd.conf initiators.allow initiators.deny targets.allow
.include <bsd.port.pre.mk>
.if !exists(${SRC_BASE}/sys/Makefile)
IGNORE= requires kernel sources to build
.endif
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 800107
BROKEN= requires 8.0-RELEASE or higher
.endif