diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-16 22:59:00 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-16 22:59:00 +0000 |
commit | 6313b742d8dfd5110f26e05c04062ab34382b80b (patch) | |
tree | 8724e489c406a739cdc64d003945216ae88df60c /editors/codelite | |
parent | 10d078d111ba04607350c7fd71acb1c6b3c64fc0 (diff) |
Notes
Diffstat (limited to 'editors/codelite')
-rw-r--r-- | editors/codelite/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editors/codelite/Makefile b/editors/codelite/Makefile index 3a3d48c0c7a0..e6048aa7e0bd 100644 --- a/editors/codelite/Makefile +++ b/editors/codelite/Makefile @@ -14,6 +14,9 @@ LICENSE= GPLv2 LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl RUN_DEPENDS= xterm:${PORTSDIR}/x11/xterm +BROKEN_FreeBSD_8= does not build on FreeBSD < 10.x +BROKEN_FreeBSD_9= does not build on FreeBSD < 10.x + OPTIONS_DEFINE= CSCOPE CLANG NLS CSCOPE_DESC= CScope integration CLANG_DESC= Clang code-completion |