diff options
author | pav <pav@FreeBSD.org> | 2010-06-22 05:54:12 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-06-22 05:54:12 +0800 |
commit | 45d20d926284cba2d5b2659419078d641b24151c (patch) | |
tree | 353f98e7ad08f2c59b1bdea817d3342bc5506c18 /editors | |
parent | f4e6b7cad5374ff9c7f95c158f148c929f0b7644 (diff) | |
download | freebsd-ports-gnome-45d20d926284cba2d5b2659419078d641b24151c.tar.gz freebsd-ports-gnome-45d20d926284cba2d5b2659419078d641b24151c.tar.zst freebsd-ports-gnome-45d20d926284cba2d5b2659419078d641b24151c.zip |
- Mark BROKEN on 6.X
Feature safe: yes
Reported by: pointyhat
Diffstat (limited to 'editors')
-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 |