svn commit: r433741 - branches/2017Q1/net-mgmt/icingaweb2

Lars Engels lme at FreeBSD.org
Thu Feb 9 16:34:06 UTC 2017


Author: lme
Date: Thu Feb  9 16:34:05 2017
New Revision: 433741
URL: https://svnweb.freebsd.org/changeset/ports/433741

Log:
  MFH: r433739
  
  net-mgmt/icingaweb2:
  
  Add missing dependency when using PostgreSQL
  
  PR:		216931
  Submitted by:	madpilot
  
  Approved by:	portmgr (feld)

Modified:
  branches/2017Q1/net-mgmt/icingaweb2/Makefile
Directory Properties:
  branches/2017Q1/   (props changed)

Modified: branches/2017Q1/net-mgmt/icingaweb2/Makefile
==============================================================================
--- branches/2017Q1/net-mgmt/icingaweb2/Makefile	Thu Feb  9 16:03:07 2017	(r433740)
+++ branches/2017Q1/net-mgmt/icingaweb2/Makefile	Thu Feb  9 16:34:05 2017	(r433741)
@@ -3,6 +3,7 @@
 PORTNAME=	icingaweb2
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.4.1
+PORTREVISION=	1
 CATEGORIES=	net-mgmt www
 
 MAINTAINER=	lme at FreeBSD.org
@@ -37,7 +38,7 @@ PDF_DESC=	Export graphs as PDF
 
 NLS_USES=	gettext
 NLS_USE=	php=intl
-PGSQL_USE=	PHP=pdo_pgsql
+PGSQL_USE=	PHP=pdo_pgsql,pgsql
 MYSQL_USE=	PHP=pdo_mysql
 LDAP_USE=	PHP=ldap
 PDF_RUN_DEPENDS=	${PHPBASE}/lib/php/${PHP_EXT_DIR}/imagick.so:graphics/pecl-imagick


More information about the svn-ports-all mailing list