svn commit: r337337 - branches/2014Q1/www/thundersnarf

Antoine Brodin antoine at FreeBSD.org
Tue Dec 24 10:46:53 UTC 2013


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}


More information about the svn-ports-branches mailing list