diff options
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 |