diff options
author | jgh <jgh@FreeBSD.org> | 2012-05-22 14:27:22 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2012-05-22 14:27:22 +0800 |
commit | c7bf63d206ccaf5b6e39b9d82376273963195a2d (patch) | |
tree | fb60627081d7c13c2b6c6b61dad446948198e3de | |
parent | 1c816899c7b6a885b3e2bd4d0888dc392a014c17 (diff) | |
download | freebsd-ports-gnome-c7bf63d206ccaf5b6e39b9d82376273963195a2d.tar.gz freebsd-ports-gnome-c7bf63d206ccaf5b6e39b9d82376273963195a2d.tar.zst freebsd-ports-gnome-c7bf63d206ccaf5b6e39b9d82376273963195a2d.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, gelraen.ua@gmail.com
-rw-r--r-- | net/ng_mikrotik_eoip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ng_mikrotik_eoip/Makefile b/net/ng_mikrotik_eoip/Makefile index 3575b58913c0..36ec66a97de3 100644 --- a/net/ng_mikrotik_eoip/Makefile +++ b/net/ng_mikrotik_eoip/Makefile @@ -25,12 +25,12 @@ KMODDIR?= /boot/modules PLIST_SUB+= KMODDIR=${KMODDIR} \ PORTNAME=${PORTNAME} +.include <bsd.port.options.mk> + .if !exists(${SRC_BASE}/sys/sys/module.h) IGNORE= requires kernel source files .endif -.include <bsd.port.options.mk> - .if defined(WITH_PTABLE) MAKE_ARGS+= NO_LINEAR_HOOK_LOOKUP=1 .endif |