diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2016-07-17 06:46:45 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2016-07-17 06:46:45 +0000 |
commit | dd4c04cdc2f0a6ee1b22f9485b42e7b6983ac818 (patch) | |
tree | 82c198dd0b305a387e4f7f45f3671c053b77de04 | |
parent | Update to Wine 1.9.14. This includes the following changes: (diff) |
Build with ninja to reduce build time
PR: 210725
Submitted by: info@babaei.net (maintainer)
-rw-r--r-- | databases/cppdb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/cppdb/Makefile b/databases/cppdb/Makefile index 3bbadd28b23f..5007b34232ba 100644 --- a/databases/cppdb/Makefile +++ b/databases/cppdb/Makefile @@ -41,7 +41,7 @@ SQLITE3_INTERNAL_DESC= Link SQLite 3 backend into CppDB SQLITE3_MODULE_DESC= Build SQLite 3 backend as a CppDB module USE_LDCONFIG= yes -USES= cmake tar:bzip2 +USES= cmake:outsource ninja tar:bzip2 .include <bsd.port.options.mk> |