diff options
author | pav <pav@FreeBSD.org> | 2010-07-22 03:36:47 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-07-22 03:36:47 +0800 |
commit | db1b29ef750855141f31ce6284f839a760b635d0 (patch) | |
tree | 0e28d83bc50e251e41434e8b9cdb93a4240480ca /editors/komodo-edit | |
parent | dc721150c803e6d2aa5444339165a8a25c49421c (diff) | |
download | freebsd-ports-gnome-db1b29ef750855141f31ce6284f839a760b635d0.tar.gz freebsd-ports-gnome-db1b29ef750855141f31ce6284f839a760b635d0.tar.zst freebsd-ports-gnome-db1b29ef750855141f31ce6284f839a760b635d0.zip |
- Extend brokedness to 7.X also
Reported by: pointyhat
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: |