diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 02:10:52 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 02:10:52 +0000 |
commit | 2f5fd33d0b48f766e2722a601367b2d51c9e82a8 (patch) | |
tree | 662ca58b6bf492bef7d41ebac8ca99d63081bbfb /net/frickin | |
parent | fa9509791fb3ad63885e207da5c039b25eeef942 (diff) | |
download | ports-2f5fd33d0b48f766e2722a601367b2d51c9e82a8.tar.gz ports-2f5fd33d0b48f766e2722a601367b2d51c9e82a8.zip |
Notes
Diffstat (limited to 'net/frickin')
-rw-r--r-- | net/frickin/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/frickin/Makefile b/net/frickin/Makefile index d700f81fdb61..650a4f9754da 100644 --- a/net/frickin/Makefile +++ b/net/frickin/Makefile @@ -35,9 +35,7 @@ do-install: .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -IGNORE= FreeBSD 4.xx does not have pf support -.elif ${OSVERSION} < 600000 +.if ${OSVERSION} < 600000 IGNORE= Does not compile with old version of pf .endif |