Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 2013 09:00:16 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325949 - head/x11/i3lock
Message-ID:  <201309020900.r8290Gsu006178@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Sep  2 09:00:15 2013
New Revision: 325949
URL: http://svnweb.freebsd.org/changeset/ports/325949

Log:
  Add an explicit dependency on pkgconf

Modified:
  head/x11/i3lock/Makefile

Modified: head/x11/i3lock/Makefile
==============================================================================
--- head/x11/i3lock/Makefile	Mon Sep  2 08:56:06 2013	(r325948)
+++ head/x11/i3lock/Makefile	Mon Sep  2 09:00:15 2013	(r325949)
@@ -31,6 +31,6 @@ LDFLAGS+=	-liconv
 USE_XORG=	x11 xcb xt xproto xext
 USE_BZIP2=	yes
 USE_GMAKE=	yes
-USES=		iconv
+USES=		iconv pkgconfig
 
 .include <bsd.port.mk>



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