aboutsummaryrefslogtreecommitdiff
path: root/net/ng_mikrotik_eoip
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2012-05-22 06:27:22 +0000
committerJason Helfman <jgh@FreeBSD.org>2012-05-22 06:27:22 +0000
commit745d6972ee757a37265e2885704e985a80517526 (patch)
tree313ffae34e630724cb02aa96b3c89b1d0fdbb2ea /net/ng_mikrotik_eoip
parent226cca70fb0df5cfbf15ff2714ff62e8602c51fe (diff)
downloadports-745d6972ee757a37265e2885704e985a80517526.tar.gz
ports-745d6972ee757a37265e2885704e985a80517526.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
Notes
Notes: svn path=/head/; revision=297162
Diffstat (limited to 'net/ng_mikrotik_eoip')
-rw-r--r--net/ng_mikrotik_eoip/Makefile4
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