From d4758ab0d6db4251600bb742155e7297e5464a30 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lawrence=20Vel=C3=A1zquez?= <larryv@macports.org>
Date: Wed, 10 Jun 2015 23:17:31 -0400
Subject: [PATCH 2/2] tmux-devel: Require pkgconfig for configure
configure.ac uses PKG_CHECK_MODULES.
---
dports/sysutils/tmux/Portfile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dports/sysutils/tmux/Portfile b/dports/sysutils/tmux/Portfile
index 6285638..c4de3c8 100644
a
|
b
|
subport tmux-devel { |
41 | 41 | autoreconf.args |
42 | 42 | depends_build port:autoconf \ |
43 | 43 | port:automake \ |
44 | | port:libtool |
| 44 | port:libtool \ |
| 45 | port:pkgconfig |
45 | 46 | } |
46 | 47 | |
47 | 48 | platform darwin 8 { |