svn commit: r355601 - head/net-mgmt/zabbix22-server

Mathieu Arnold mat at FreeBSD.org
Wed May 28 09:23:20 UTC 2014


Author: mat
Date: Wed May 28 09:23:19 2014
New Revision: 355601
URL: http://svnweb.freebsd.org/changeset/ports/355601
QAT: https://qat.redports.org/buildarchive/r355601/

Log:
  Fix build with PGSQL.
  
  Sponsored by:	Absolight

Modified:
  head/net-mgmt/zabbix22-server/Makefile

Modified: head/net-mgmt/zabbix22-server/Makefile
==============================================================================
--- head/net-mgmt/zabbix22-server/Makefile	Wed May 28 09:14:48 2014	(r355600)
+++ head/net-mgmt/zabbix22-server/Makefile	Wed May 28 09:23:19 2014	(r355601)
@@ -92,7 +92,7 @@ MYSQL_CONFIGURE_WITH=	mysql
 MYSQL_USE=	MYSQL=yes
 
 PGSQL_CONFIGURE_WITH=	postgresql
-PGSQL_USES=	PGSQL
+PGSQL_USES=	pgsql
 
 SQLITE_CONFIGURE_WITH=	sqlite3
 SQLITE_USE=	SQLITE=3


More information about the svn-ports-all mailing list