diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-07-21 19:36:47 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-07-21 19:36:47 +0000 |
commit | 89991c5af28618d49bf61251da75953d2de3547a (patch) | |
tree | 7662ffd5d4463750074f3e58c1ae6d523bbb46cb /editors/komodo-edit | |
parent | d89c4548e0baaf46f014a4876849143ac476727d (diff) |
Notes
Diffstat (limited to 'editors/komodo-edit')
-rw-r--r-- | editors/komodo-edit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/komodo-edit/Makefile b/editors/komodo-edit/Makefile index a33aec5c4cd5..54e04abfdb5f 100644 --- a/editors/komodo-edit/Makefile +++ b/editors/komodo-edit/Makefile @@ -22,8 +22,8 @@ USE_PYTHON= yes .include <bsd.port.pre.mk> -.if ${OSVERSION} < 700000 -BROKEN= fails to install on 6.X +.if ${OSVERSION} < 800000 +BROKEN= fails to install .endif do-install: |