aboutsummaryrefslogtreecommitdiff
path: root/www/wt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/wt/Makefile')
-rw-r--r--www/wt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/wt/Makefile b/www/wt/Makefile
index 9cdb3ae8d8ab..6f3a4aff1edc 100644
--- a/www/wt/Makefile
+++ b/www/wt/Makefile
@@ -198,12 +198,12 @@ CMAKE_ARGS+= -DSQLITE3_PREFIX:STRING=${LOCALBASE}
.endif
.if ${PORT_OPTIONS:MPOSTGRES}
-USE_PGSQL= yes
+USES+= pgsql
CMAKE_ARGS+= -DPOSTGRES_PREFIX:STRING=${LOCALBASE}
.endif
.if ${PORT_OPTIONS:MFIREBIRD}
-USE_FIREBIRD= yes
+USES+= firebird
CMAKE_AGS+= -DFIREBIRD_PREFIX:STRING=${LOCALBASE}
.endif