svn commit: r307244 - branches/RELENG_9_1_0/net-mgmt/zabbix-server

Adam Weinberger adamw at FreeBSD.org
Fri Nov 9 16:38:55 UTC 2012


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


More information about the svn-ports-branches mailing list