summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2013-12-24 10:45:57 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2013-12-24 10:45:57 +0000
commit925cef415e027eeb28176b04f6c03ce85b0e8420 (patch)
treed0ad95360588dbe0c0757571c69048256a696042 /www
parent- Update to 2.046 (diff)
Fix RUN_DEPENDS
Notes
Notes: svn path=/head/; revision=337336
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}