summaryrefslogtreecommitdiff
path: root/security/maia
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 /security/maia
parentCreate a subdirectory of /var/run that is writeable by the bopm user and (diff)
Finally retire USE_PGSQL
Notes
Notes: svn path=/head/; revision=373100
Diffstat (limited to 'security/maia')
-rw-r--r--security/maia/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/maia/Makefile b/security/maia/Makefile
index c854da36f52b..959c59d3e790 100644
--- a/security/maia/Makefile
+++ b/security/maia/Makefile
@@ -133,7 +133,7 @@ USE_PHP+= mysql mysqli
.endif
.if ${PORT_OPTIONS:MPGSQL}
-USE_PGSQL= yes
+USES+= pgsql
USE_PHP+= pgsql
.endif