pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/putty-devel Need pkg-config, add it to tools.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c78c08e4e73d
branches:  trunk
changeset: 576418:c78c08e4e73d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jun 10 21:18:16 2010 +0000

description:
Need pkg-config, add it to tools.

diffstat:

 security/putty-devel/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1c2962eac933 -r c78c08e4e73d security/putty-devel/Makefile
--- a/security/putty-devel/Makefile     Thu Jun 10 20:51:05 2010 +0000
+++ b/security/putty-devel/Makefile     Thu Jun 10 21:18:16 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2010/05/07 08:34:22 ahoka Exp $
+# $NetBSD: Makefile,v 1.4 2010/06/10 21:18:16 wiz Exp $
 #
 
 DISTNAME=      putty-0.60-2009-09-06
@@ -12,7 +12,7 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
-USE_TOOLS+=    gmake
+USE_TOOLS+=    gmake pkg-config
 BUILD_DIRS=    unix
 BUILD_DEPENDS+=        halibut>=1.0:../../textproc/halibut
 



Home | Main Index | Thread Index | Old Index