aboutsummaryrefslogtreecommitdiff
path: root/devel/cdash
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2014-11-22 20:40:08 +0000
committerChris Rees <crees@FreeBSD.org>2014-11-22 20:40:08 +0000
commit4cb60faedd280bf4b0b07bd947bd9087e09d4357 (patch)
tree68afea909ff5f83c22ece4ec8e2ae5959483778d /devel/cdash
parent5b6c7671efda9fa65107199c83addafb2a6f9dca (diff)
Finally retire USE_PGSQL
Notes
Notes: svn path=/head/; revision=373100
Diffstat (limited to 'devel/cdash')
-rw-r--r--devel/cdash/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/cdash/Makefile b/devel/cdash/Makefile
index 0d404065af05..a048b6f40e56 100644
--- a/devel/cdash/Makefile
+++ b/devel/cdash/Makefile
@@ -37,7 +37,7 @@ DB_TYPE= mysql
.endif
.if ${PORT_OPTIONS:MPGSQL}
-USE_PGSQL= yes
+USES+= pgsql
USE_PHP+= pgsql
DB_TYPE= pgsql
.endif