Date: Tue, 24 Dec 2013 10:46:52 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r337337 - branches/2014Q1/www/thundersnarf Message-ID: <201312241046.rBOAkqsL040733@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Tue Dec 24 10:46:52 2013 New Revision: 337337 URL: http://svnweb.freebsd.org/changeset/ports/337337 Log: MFH: r337336 Fix RUN_DEPENDS Approved by: portmgr (implicit) Modified: branches/2014Q1/www/thundersnarf/Makefile Directory Properties: branches/2014Q1/ (props changed) Modified: branches/2014Q1/www/thundersnarf/Makefile ============================================================================== --- branches/2014Q1/www/thundersnarf/Makefile Tue Dec 24 10:45:57 2013 (r337336) +++ branches/2014Q1/www/thundersnarf/Makefile Tue Dec 24 10:46:52 2013 (r337337) @@ -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?201312241046.rBOAkqsL040733>