diff options
-rw-r--r-- | security/pf/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/pf/Makefile b/security/pf/Makefile index 9390643e7103..c4d717d340be 100644 --- a/security/pf/Makefile +++ b/security/pf/Makefile @@ -50,6 +50,10 @@ PLIST_SUB+= WITH_ALTQ="@comment " IGNORE= "Only for 5.0 and above" .endif +.if ${OSVERSION} > 502105 +IGNORE= "pf moved to the base system, please build it from there" +.endif + .if !exists(${SRC_BASE}/sys/Makefile) && \ (defined(WITH_ALTQ) && !exists(${SYS_ALTQ}/Makefile)) IGNORE= "Kernel source files required" |