diff options
Diffstat (limited to 'security/authpf/Makefile')
-rw-r--r-- | security/authpf/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/authpf/Makefile b/security/authpf/Makefile index fcdedfcce085..d6acbe841aa2 100644 --- a/security/authpf/Makefile +++ b/security/authpf/Makefile @@ -49,6 +49,10 @@ PLIST_SUB+= WITH_ALTQ="@comment " IGNORE= "Only for 5.0 and above" .endif +.if ${OSVERSION} > 502104 +IGNORE= "authpf is part of the base system now" +.endif + .if !exists(${SRC_BASE}/sys/Makefile) && \ (defined(WITH_ALTQ) && !exists(${SYS_ALTQ}/Makefile)) IGNORE= "Kernel source files required" |