diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/hunspell/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/hunspell/Makefile b/textproc/hunspell/Makefile index 276111f31ec1..6bf554f46a52 100644 --- a/textproc/hunspell/Makefile +++ b/textproc/hunspell/Makefile @@ -30,6 +30,8 @@ PORTDOCS= README README.myspell .if ${OSVERSION} < 500000 BROKEN= Does not compile on FreeBSD-4.x at this time +.elif ${OSVERSION} >= 602001 +BROKEN= Does not compile on FreeBSD >= 6.x .endif post-patch: |