Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Aug 2012 12:43:52 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r302176 - head/sysutils/tmux
Message-ID:  <201208061243.q76Chq7S037611@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



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