svn commit: r337336 - head/www/thundersnarf

Antoine Brodin antoine at FreeBSD.org
Tue Dec 24 10:45:57 UTC 2013


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}


More information about the svn-ports-all mailing list