diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-06 17:59:31 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-06 17:59:31 +0000 |
commit | b2a96c6df1c8809216eced623ec37a8372b3216e (patch) | |
tree | 0c994bc87e8a2f221a7e2be76b9aafc16eab32bb /net/pfflowd | |
parent | 87b685f5d4325ba771e96b0ef49c71f903fb3ae0 (diff) |
- Remove conditional checks for FreeBSD 5.x and older
Notes
Notes:
svn path=/head/; revision=225335
Diffstat (limited to 'net/pfflowd')
-rw-r--r-- | net/pfflowd/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/pfflowd/Makefile b/net/pfflowd/Makefile index 1fe3a47b767b..535c0ba64e44 100644 --- a/net/pfflowd/Makefile +++ b/net/pfflowd/Makefile @@ -21,10 +21,6 @@ PLIST_FILES= sbin/pfflowd .include <bsd.port.pre.mk> -.if ${OSVERSION} < 502119 -IGNORE= only for 5.3 and above -.endif - .if ${OSVERSION} < 700049 MAKE_ENV+= OLD_PFSYNC=1 EXTRA_PATCHES+= ${FILESDIR}/pf37-pfflowd.c |