svn commit: r325949 - head/x11/i3lock

Baptiste Daroussin bapt at FreeBSD.org
Mon Sep 2 09:00:16 UTC 2013


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>


More information about the svn-ports-all mailing list