summaryrefslogtreecommitdiff
path: root/math/libpgmath
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2018-12-25 20:25:39 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2018-12-25 20:25:39 +0000
commit707c6bf295fc3955c86c9244533c1524bb7dea15 (patch)
tree5754f0a521127b72390a51a263bc6e84b5177927 /math/libpgmath
parentUpdate 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 'math/libpgmath')
-rw-r--r--math/libpgmath/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/libpgmath/Makefile b/math/libpgmath/Makefile
index 4381d632c016..da0cae4e7842 100644
--- a/math/libpgmath/Makefile
+++ b/math/libpgmath/Makefile
@@ -18,7 +18,7 @@ IGNORE_FreeBSD_11= not supported on older than 12.0, no cpuid bit support
BUILD_DEPENDS= llvm60>=0:devel/llvm60
RUN_DEPENDS= llvm60>=0:devel/llvm60
-USES= cmake:outsource compiler:c++11-lib
+USES= cmake compiler:c++11-lib
USE_LDCONFIG= yes
USE_GITHUB= yes