From b44f85724f82e1536f301489238f19314762b0b0 Mon Sep 17 00:00:00 2001 From: Jason Helfman Date: Tue, 22 May 2012 00:02:09 +0000 Subject: [PATCH] - 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 --- net/iet/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/iet/Makefile b/net/iet/Makefile index 21a25fe0c21e..9e3efd0ed759 100644 --- a/net/iet/Makefile +++ b/net/iet/Makefile @@ -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 + .if !exists(${SRC_BASE}/sys/Makefile) IGNORE= requires kernel sources to build .endif -.include - .if ${OSVERSION} < 800107 BROKEN= requires 8.0-RELEASE or higher .endif