diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-17 06:59:00 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-17 06:59:00 +0800 |
commit | 1ce407a392cab5bae96035cfffbb9114b42356db (patch) | |
tree | 8724e489c406a739cdc64d003945216ae88df60c /editors | |
parent | a9160b0475ebef1c3d2a19248b869a954a6ebe3e (diff) | |
download | freebsd-ports-gnome-1ce407a392cab5bae96035cfffbb9114b42356db.tar.gz freebsd-ports-gnome-1ce407a392cab5bae96035cfffbb9114b42356db.tar.zst freebsd-ports-gnome-1ce407a392cab5bae96035cfffbb9114b42356db.zip |
- Mark BROKEN on < 10.x:
/usr/local/include/wx-3.0/wx/strvararg.h:25:27: error: type_traits: No such file or directory
Diffstat (limited to 'editors')
-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 |