diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-24 10:45:57 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-24 10:45:57 +0000 |
commit | 925cef415e027eeb28176b04f6c03ce85b0e8420 (patch) | |
tree | d0ad95360588dbe0c0757571c69048256a696042 /www/thundersnarf/Makefile | |
parent | 079aeb207640df2fd7447cce99faa4fa7fa521c7 (diff) |
Notes
Diffstat (limited to 'www/thundersnarf/Makefile')
-rw-r--r-- | www/thundersnarf/Makefile | 3 |
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} |