diff options
Diffstat (limited to 'devel/cdash/Makefile')
-rw-r--r-- | devel/cdash/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/cdash/Makefile b/devel/cdash/Makefile index 1a1a9217dcb6..71f1319f797f 100644 --- a/devel/cdash/Makefile +++ b/devel/cdash/Makefile @@ -22,8 +22,7 @@ OPTIONS_MULTI_DB= MYSQL PGSQL OPTIONS_DEFAULT=MYSQL USE_ZIP= yes -USE_CMAKE= yes -CMAKE_OUTSOURCE=yes +USES= cmake:outsource CMAKE_ARGS+= -DCDASH_DB_NAME:STRING=cdash \ -DCDASH_DB_LOGIN:STRING=cdash \ -DCDASH_DB_TYPE:STRING=${DB_TYPE} |