Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Nov 2012 16:38:55 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r307244 - branches/RELENG_9_1_0/net-mgmt/zabbix-server
Message-ID:  <201211091638.qA9GctDm012577@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Fri Nov  9 16:38:54 2012
New Revision: 307244
URL: http://svnweb.freebsd.org/changeset/ports/307244

Log:
  MFH r307217
  
  Jabber/iskemel detection requires pkg-config.
  Fixes package building for -server and -proxy.
  
  Feature safe:	yes
  Approved by:	portmgr

Modified:
  branches/RELENG_9_1_0/net-mgmt/zabbix-server/Makefile

Modified: branches/RELENG_9_1_0/net-mgmt/zabbix-server/Makefile
==============================================================================
--- branches/RELENG_9_1_0/net-mgmt/zabbix-server/Makefile	Fri Nov  9 16:37:27 2012	(r307243)
+++ branches/RELENG_9_1_0/net-mgmt/zabbix-server/Makefile	Fri Nov  9 16:38:54 2012	(r307244)
@@ -105,6 +105,7 @@ CONFIGURE_ARGS+=	--with-openipmi
 .ifndef WITHOUT_JABBER
 LIB_DEPENDS+=	iksemel:${PORTSDIR}/textproc/iksemel
 CONFIGURE_ARGS+=	--with-jabber
+USE_PKGCONFIG=	build
 .endif
 
 .ifndef WITHOUT_FPING



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