Date: Tue, 24 Dec 2013 10:45:57 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337336 - head/www/thundersnarf Message-ID: <201312241045.rBOAjvif040554@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Tue Dec 24 10:45:57 2013 New Revision: 337336 URL: http://svnweb.freebsd.org/changeset/ports/337336 Log: Fix RUN_DEPENDS Modified: head/www/thundersnarf/Makefile Modified: head/www/thundersnarf/Makefile ============================================================================== --- head/www/thundersnarf/Makefile Tue Dec 24 10:44:39 2013 (r337335) +++ head/www/thundersnarf/Makefile Tue Dec 24 10:45:57 2013 (r337336) @@ -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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312241045.rBOAjvif040554>