svn commit: r302176 - head/sysutils/tmux

Pietro Cerutti gahr at FreeBSD.org
Mon Aug 6 12:43:52 UTC 2012


Author: gahr
Date: Mon Aug  6 12:43:51 2012
New Revision: 302176
URL: http://svn.freebsd.org/changeset/ports/302176

Log:
  - Add build dependency on pkgconf
  
  Reported by:	Gleb Kozyrev <gleb at gkoz.com> (via private email)

Modified:
  head/sysutils/tmux/Makefile

Modified: head/sysutils/tmux/Makefile
==============================================================================
--- head/sysutils/tmux/Makefile	Mon Aug  6 12:30:13 2012	(r302175)
+++ head/sysutils/tmux/Makefile	Mon Aug  6 12:43:51 2012	(r302176)
@@ -16,6 +16,7 @@ COMMENT=	A Terminal Multiplexer
 LICENSE=	BSD
 
 GNU_CONFIGURE=	yes
+USE_PKGCONFIG=	build
 
 MAN1=		tmux.1
 



More information about the svn-ports-all mailing list