Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jun 2013 18:48:34 +0000 (UTC)
From:      Ashish SHUKLA <ashish@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r320502 - head/irc/ctrlproxy
Message-ID:  <201306101848.r5AImYq5087233@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ashish
Date: Mon Jun 10 18:48:34 2013
New Revision: 320502
URL: http://svnweb.freebsd.org/changeset/ports/320502

Log:
  - Add dependency on pkgconfig to fix the failing build on 10-CURRENT
  
  Reported by:	miwi

Modified:
  head/irc/ctrlproxy/Makefile

Modified: head/irc/ctrlproxy/Makefile
==============================================================================
--- head/irc/ctrlproxy/Makefile	Mon Jun 10 18:34:37 2013	(r320501)
+++ head/irc/ctrlproxy/Makefile	Mon Jun 10 18:48:34 2013	(r320502)
@@ -22,6 +22,7 @@ USE_GNOME=	glib20
 USE_LDCONFIG=	yes
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
+USES=		pkgconfig
 
 MAN1=		ctrlproxy.1
 MAN5=		ctrlproxy_config.5



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