diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2004-03-08 23:57:56 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2004-03-08 23:57:56 +0000 |
commit | d60ca2891f572f8a603a3cf256c08d031acf7753 (patch) | |
tree | 386f48d5b8b840716b9ab52018a835c1ed87c7c0 | |
parent | 70c40423b1393b82c6923b40e716ea21ce94899e (diff) | |
download | ports-d60ca2891f572f8a603a3cf256c08d031acf7753.tar.gz ports-d60ca2891f572f8a603a3cf256c08d031acf7753.zip |
Notes
-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" |