diff options
author | jgh <jgh@FreeBSD.org> | 2012-05-22 14:15:49 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2012-05-22 14:15:49 +0800 |
commit | 1c816899c7b6a885b3e2bd4d0888dc392a014c17 (patch) | |
tree | cd9b80502b61c89c5c15c047348fb91965b7c9b6 /emulators/rtc | |
parent | f169218caf6ffe58ccee618359074acba9210281 (diff) | |
download | freebsd-ports-graphics-1c816899c7b6a885b3e2bd4d0888dc392a014c17.tar.gz freebsd-ports-graphics-1c816899c7b6a885b3e2bd4d0888dc392a014c17.tar.zst freebsd-ports-graphics-1c816899c7b6a885b3e2bd4d0888dc392a014c17.zip |
- 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
Diffstat (limited to 'emulators/rtc')
-rw-r--r-- | emulators/rtc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 <bsd.port.pre.mk> +SRC_BASE?= /usr/src + .if !exists(${SRC_BASE}/sys/Makefile) IGNORE= needs kernel source files .endif |