summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/thundersnarf/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/thundersnarf/Makefile b/www/thundersnarf/Makefile
index ab243fae0463..dcc0df4c40e4 100644
--- a/www/thundersnarf/Makefile
+++ b/www/thundersnarf/Makefile
@@ -30,9 +30,8 @@ USE_APACHE_RUN= 22+
.endif
.if ${PORT_OPTIONS:MPGSQL}
-USE_PGSQL= yes
+USE_PGSQL= server
WANT_PGSQL_VER= 84+
-RUN_DEPENDS+= postgresql-server>=0:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server
.endif
.if ${PORT_OPTIONS:MPHP} && ${PORT_OPTIONS:MPGSQL}