aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hungarian/hunspell/Makefile2
-rw-r--r--textproc/hunspell/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/hungarian/hunspell/Makefile b/hungarian/hunspell/Makefile
index 276111f31ec1..6bf554f46a52 100644
--- a/hungarian/hunspell/Makefile
+++ b/hungarian/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:
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: