From 1c816899c7b6a885b3e2bd4d0888dc392a014c17 Mon Sep 17 00:00:00 2001 From: jgh Date: Tue, 22 May 2012 06:15:49 +0000 Subject: - 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, emulation --- emulators/rtc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emulators/rtc') diff --git a/emulators/rtc/Makefile b/emulators/rtc/Makefile index a0a9e118fe5..ce5856a2af5 100644 --- a/emulators/rtc/Makefile +++ b/emulators/rtc/Makefile @@ -30,10 +30,10 @@ MAKE_ARGS= KMODDIR="${KMODDIR}" CDEV_MAJOR="${CDEV_MAJOR}" PLIST_SUB= DEVDIR="${DEVDIR}" CDEV_MAJOR="${CDEV_MAJOR}" \ RTC_H_DIR="${RTC_H_DIR}" -SRC_BASE?= /usr/src - .include +SRC_BASE?= /usr/src + .if !exists(${SRC_BASE}/sys/Makefile) IGNORE= needs kernel source files .endif -- cgit