aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2006-01-29 11:59:52 +0800
committerlinimon <linimon@FreeBSD.org>2006-01-29 11:59:52 +0800
commit9d70a9c06cf91fb9cbde4c70bc4acd4f34b8d90d (patch)
treeb915b451a3418421ac33d24bcf1190f6f9058e46 /security
parentca89b8e6899ab469fc5da69764331e994eecfef1 (diff)
downloadfreebsd-ports-gnome-9d70a9c06cf91fb9cbde4c70bc4acd4f34b8d90d.tar.gz
freebsd-ports-gnome-9d70a9c06cf91fb9cbde4c70bc4acd4f34b8d90d.tar.zst
freebsd-ports-gnome-9d70a9c06cf91fb9cbde4c70bc4acd4f34b8d90d.zip
Mark as not for 4.X and old 5.X (requires pf library).
PR: ports/92483 Submitted by: maintainer
Diffstat (limited to 'security')
-rw-r--r--security/expiretable/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/security/expiretable/Makefile b/security/expiretable/Makefile
index eeaaf0a67e22..301f413b977e 100644
--- a/security/expiretable/Makefile
+++ b/security/expiretable/Makefile
@@ -15,4 +15,10 @@ COMMENT= Utility to remove entries from the pf(4) table based on their age
MAN1= expiretable.1
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 502106
+IGNORE= is only for 5.3 and above (requires pf library)
+.endif
+
+.include <bsd.port.post.mk>