diff options
Diffstat (limited to 'math/libpgmath/Makefile')
-rw-r--r-- | math/libpgmath/Makefile | 2 |
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 |