svn commit: r320502 - head/irc/ctrlproxy

Ashish SHUKLA ashish at FreeBSD.org
Mon Jun 10 18:48:35 UTC 2013


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


More information about the svn-ports-head mailing list