Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Feb 2017 15:46:47 +0000 (UTC)
From:      Lars Engels <lme@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r433739 - head/net-mgmt/icingaweb2
Message-ID:  <201702091546.v19FklZa029207@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lme
Date: Thu Feb  9 15:46:47 2017
New Revision: 433739
URL: https://svnweb.freebsd.org/changeset/ports/433739

Log:
  net-mgmt/icingaweb2:
  
  Add missing dependency when using PostgreSQL
  
  PR:		216931
  Submitted by:	madpilot
  MFH:		2017Q1

Modified:
  head/net-mgmt/icingaweb2/Makefile

Modified: head/net-mgmt/icingaweb2/Makefile
==============================================================================
--- head/net-mgmt/icingaweb2/Makefile	Thu Feb  9 15:22:44 2017	(r433738)
+++ head/net-mgmt/icingaweb2/Makefile	Thu Feb  9 15:46:47 2017	(r433739)
@@ -3,6 +3,7 @@
 PORTNAME=	icingaweb2
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.4.1
+PORTREVISION=	1
 CATEGORIES=	net-mgmt www
 
 MAINTAINER=	lme@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702091546.v19FklZa029207>