diff options
author | rafan <rafan@FreeBSD.org> | 2008-05-26 18:05:59 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2008-05-26 18:05:59 +0800 |
commit | a8890f216ce445e3c76dfbf4bcbee3db8c1b8686 (patch) | |
tree | 8fc2cfae94738c1a63a4ece459e3d59d2d27429f /net/pfflowd | |
parent | f99d1b91ce4165a0f3769ea31f2101962ff4080e (diff) | |
download | freebsd-ports-gnome-a8890f216ce445e3c76dfbf4bcbee3db8c1b8686.tar.gz freebsd-ports-gnome-a8890f216ce445e3c76dfbf4bcbee3db8c1b8686.tar.zst freebsd-ports-gnome-a8890f216ce445e3c76dfbf4bcbee3db8c1b8686.zip |
- Fix INDEX
Pointy hat to: rafan
Diffstat (limited to 'net/pfflowd')
-rw-r--r-- | net/pfflowd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/pfflowd/Makefile b/net/pfflowd/Makefile index 05828a45cad8..df00781146fe 100644 --- a/net/pfflowd/Makefile +++ b/net/pfflowd/Makefile @@ -29,7 +29,7 @@ IGNORE= only for 5.3 and above EXTRA_PATCHES+= ${FILESDIR}/pf34-Makefile .endif -if ${OSVERSION} < 700000 +.if ${OSVERSION} < 700000 BROKEN= does not compile .endif |