diff options
author | kris <kris@FreeBSD.org> | 2007-05-25 09:19:57 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-05-25 09:19:57 +0800 |
commit | 113f7038a7bdead2373d303ad3d96506f6b6f020 (patch) | |
tree | 53e44324ccc044799d3a343c884deda1c93a8e0b /hungarian | |
parent | 58e2fee346ff7246359a42a0a3842658f39811b3 (diff) | |
download | freebsd-ports-gnome-113f7038a7bdead2373d303ad3d96506f6b6f020.tar.gz freebsd-ports-gnome-113f7038a7bdead2373d303ad3d96506f6b6f020.tar.zst freebsd-ports-gnome-113f7038a7bdead2373d303ad3d96506f6b6f020.zip |
BROKEN: Still broken on 6.x and above
Diffstat (limited to 'hungarian')
-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: |