diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-09-14 23:27:00 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-09-14 23:27:00 +0000 |
commit | 3ba03fca82bbb5c23d6a35130c470ab789eac4b9 (patch) | |
tree | e31b6ac5868b0406252061aaa4e581b9fc9c736c /security/pfw/Makefile | |
parent | ac1f9d347a87d0c305ab739568c18c3f4cd98ea4 (diff) | |
download | ports-3ba03fca82bbb5c23d6a35130c470ab789eac4b9.tar.gz ports-3ba03fca82bbb5c23d6a35130c470ab789eac4b9.zip |
Notes
Diffstat (limited to 'security/pfw/Makefile')
-rw-r--r-- | security/pfw/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/security/pfw/Makefile b/security/pfw/Makefile index 397df623889f..301b609adcb9 100644 --- a/security/pfw/Makefile +++ b/security/pfw/Makefile @@ -28,10 +28,8 @@ SUB_LIST= PFW_PREFIX=${PFW_PREFIX} .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -IGNORE= pf is only in 5.x -.elif ${OSVERSION} < 502105 -RUN_DEPENDS+= pf:${PORTSDIR}/security/pf +.if ${OSVERSION} < 502105 +IGNORE= pf is only in 5.x and newer .endif do-install: |