diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-11-06 23:52:17 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-11-06 23:52:17 +0000 |
commit | 00a7f38fa8fa7442fbb3aed69b039dd216640f3c (patch) | |
tree | 05a9e3d6bf08fee687f979912661a84be94aa1d5 /devel/codeblocks | |
parent | c41a90a41831b3c296ba59bfaba155ea06e13b20 (diff) |
Notes
Diffstat (limited to 'devel/codeblocks')
-rw-r--r-- | devel/codeblocks/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/codeblocks/Makefile b/devel/codeblocks/Makefile index 670223131126..bdae961ae565 100644 --- a/devel/codeblocks/Makefile +++ b/devel/codeblocks/Makefile @@ -14,8 +14,6 @@ COMMENT= Open source, cross-platform, free C/C++ IDE LICENSE= GPLv3 LGPL3 LICENSE_COMB= multi -BROKEN_powerpc64= fails to configure: checking for exit in -lboost_system-boost_system... no - BUILD_DEPENDS= zip:archivers/zip LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libfontconfig.so:x11-fonts/fontconfig \ @@ -23,8 +21,9 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libhunspell-1.6.so:textproc/hunspell \ libtinyxml.so:textproc/tinyxml -USES= tar:xz autoreconf compiler desktop-file-utils fam:gamin localbase \ - gettext-runtime libtool pathfix pkgconfig shared-mime-info +USES= autoreconf compiler:c++11-lang desktop-file-utils \ + fam:gamin gettext-runtime libtool localbase \ + pathfix pkgconfig shared-mime-info tar:xz USE_WX= 2.8 USE_GNOME= gtk20 cairo USE_XORG= x11 |