aboutsummaryrefslogtreecommitdiff
path: root/www/wt/Makefile
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2019-05-20 10:48:12 +0000
committerAlex Kozlov <ak@FreeBSD.org>2019-05-20 10:48:12 +0000
commit2646ecd05e12da52b637945055c581bb9e970c6b (patch)
treeb8f1886edd7320287e6f1734852601c82bbc3cef /www/wt/Makefile
parentc4cfa5f9b639627fb3e41f2885e273cf361fe62d (diff)
downloadports-2646ecd05e12da52b637945055c581bb9e970c6b.tar.gz
ports-2646ecd05e12da52b637945055c581bb9e970c6b.zip
- Fix typos in USE_* knobs
- Convert obsolete USE_* to USES - Remove empty lines after .include <bsd.port.mk> Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=502100
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