diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-06-21 21:54:12 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-06-21 21:54:12 +0000 |
commit | c029fa9167e5311a0bd52cc2f54163fe01bf92b9 (patch) | |
tree | 2cfa56e62f5cd24aee042936c8daf7f236fa8ed4 /editors/komodo-edit | |
parent | 7e2d9cb9d008bc188849c2814b55282a26feb0f4 (diff) |
Notes
Diffstat (limited to 'editors/komodo-edit')
-rw-r--r-- | editors/komodo-edit/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/komodo-edit/Makefile b/editors/komodo-edit/Makefile index 8e0d47b8e353..a33aec5c4cd5 100644 --- a/editors/komodo-edit/Makefile +++ b/editors/komodo-edit/Makefile @@ -22,6 +22,10 @@ USE_PYTHON= yes .include <bsd.port.pre.mk> +.if ${OSVERSION} < 700000 +BROKEN= fails to install on 6.X +.endif + do-install: ${MKDIR} ${DESKTOPDIR} cd ${WRKSRC} && ${SH} install.sh -I ${DATADIR} -s |