1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

Build with ninja to reduce build time

PR:		210725
Submitted by:	info@babaei.net (maintainer)
This commit is contained in:
Thomas Zander 2016-07-17 06:46:45 +00:00
parent d80ebd4e91
commit dd4c04cdc2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=418659

View File

@ -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>