aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorobraun <obraun@FreeBSD.org>2004-03-09 07:59:42 +0800
committerobraun <obraun@FreeBSD.org>2004-03-09 07:59:42 +0800
commitb776cf5e9a1fffd1b711ed4fbf4762b012c9c621 (patch)
tree3f8f33992f801fa6327ee7b506d69077434643f8 /security
parent3f42fc5ef2308a6193811c0c5b88fb4aadeafa31 (diff)
downloadfreebsd-ports-gnome-b776cf5e9a1fffd1b711ed4fbf4762b012c9c621.tar.gz
freebsd-ports-gnome-b776cf5e9a1fffd1b711ed4fbf4762b012c9c621.tar.zst
freebsd-ports-gnome-b776cf5e9a1fffd1b711ed4fbf4762b012c9c621.zip
authpf is part of the base system, since OSVERSION > 502104.
PR: ports/63950 Submitted by: maintainer
Diffstat (limited to 'security')
-rw-r--r--security/authpf/Makefile4
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"