diff options
author | linimon <linimon@FreeBSD.org> | 2006-01-29 11:59:52 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2006-01-29 11:59:52 +0800 |
commit | 9d70a9c06cf91fb9cbde4c70bc4acd4f34b8d90d (patch) | |
tree | b915b451a3418421ac33d24bcf1190f6f9058e46 /security | |
parent | ca89b8e6899ab469fc5da69764331e994eecfef1 (diff) | |
download | freebsd-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/Makefile | 8 |
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> |