aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobraun <obraun@FreeBSD.org>2004-03-09 07:57:56 +0800
committerobraun <obraun@FreeBSD.org>2004-03-09 07:57:56 +0800
commit3f42fc5ef2308a6193811c0c5b88fb4aadeafa31 (patch)
tree72127dd2607797c298a591cf745e763df37618d7
parentbe756698a4da3fb4543c1b88affef868717629c0 (diff)
downloadfreebsd-ports-gnome-3f42fc5ef2308a6193811c0c5b88fb4aadeafa31.tar.gz
freebsd-ports-gnome-3f42fc5ef2308a6193811c0c5b88fb4aadeafa31.tar.zst
freebsd-ports-gnome-3f42fc5ef2308a6193811c0c5b88fb4aadeafa31.zip
pf has been included in the base system, since OSVERSION > 502105.
PR: ports/63949 Submitted by: maintainer
-rw-r--r--security/pf/Makefile4
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"