diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-12-25 20:25:39 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-12-25 20:25:39 +0000 |
commit | 707c6bf295fc3955c86c9244533c1524bb7dea15 (patch) | |
tree | 5754f0a521127b72390a51a263bc6e84b5177927 /astro/marble | |
parent | Update netbeans-devel to 10.0.vc5. (diff) |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine
Notes
Notes:
svn path=/head/; revision=488341
Diffstat (limited to 'astro/marble')
-rw-r--r-- | astro/marble/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/marble/Makefile b/astro/marble/Makefile index 6095682baca6..e88e52228288 100644 --- a/astro/marble/Makefile +++ b/astro/marble/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt LIB_DEPENDS= libquazip5.so:archivers/quazip@qt5 -USES= cmake:outsource compiler:c++11-lang desktop-file-utils gettext \ +USES= cmake compiler:c++11-lang desktop-file-utils gettext \ kde:5 qt:5 tar:xz USE_KDE= attica auth codecs completion config configwidgets coreaddons \ crash doctools ecm i18n jobwidgets kio newstuff package parts \ |