aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2006-01-29 03:59:52 +0000
committerMark Linimon <linimon@FreeBSD.org>2006-01-29 03:59:52 +0000
commit24db567a8b82252ec073ea3669031d0c975b4d7b (patch)
tree7c4ad5afdaa5967e1007b379d48287f2474f1a23 /security
parenta8dccc6860b11864a522fab36f7b1af72687e938 (diff)
downloadports-24db567a8b82252ec073ea3669031d0c975b4d7b.tar.gz
ports-24db567a8b82252ec073ea3669031d0c975b4d7b.zip
Notes
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>