Mark as not for 4.X and old 5.X (requires pf library).

PR:		ports/92483
Submitted by:	maintainer
This commit is contained in:
Mark Linimon 2006-01-29 03:59:52 +00:00
parent a8dccc6860
commit 24db567a8b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=154700

View file

@ -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>