diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2004-03-08 23:59:42 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2004-03-08 23:59:42 +0000 |
commit | c45b08e14765f05fc227c2cc18cad4404e18972b (patch) | |
tree | 563a614bc24e57f66e2afdc2aa26efd9961bd522 /security | |
parent | d60ca2891f572f8a603a3cf256c08d031acf7753 (diff) | |
download | ports-c45b08e14765f05fc227c2cc18cad4404e18972b.tar.gz ports-c45b08e14765f05fc227c2cc18cad4404e18972b.zip |
Notes
Diffstat (limited to 'security')
-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" |