diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-05-25 01:19:57 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-05-25 01:19:57 +0000 |
commit | 88acb0c1f3f92988dc637125cdbcb2704d43d5b9 (patch) | |
tree | 7e9dd346ca4e30210326cb822fee90456165e740 /hungarian/hunspell | |
parent | fe3a568be38ca510039ab627f5c907d834889c93 (diff) | |
download | ports-88acb0c1f3f92988dc637125cdbcb2704d43d5b9.tar.gz ports-88acb0c1f3f92988dc637125cdbcb2704d43d5b9.zip |
Notes
Diffstat (limited to 'hungarian/hunspell')
-rw-r--r-- | hungarian/hunspell/Makefile | 2 |
1 files changed, 2 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: |