diff options
author | wiz <wiz> | 2010-06-10 21:18:16 +0000 |
---|---|---|
committer | wiz <wiz> | 2010-06-10 21:18:16 +0000 |
commit | c73605e562753291973a2d3d43aeaac7be6f165b (patch) | |
tree | 0fdc78d5644b98885ca1ca50e9efefcd3d4eb600 | |
parent | 067676d7471975c61f1e6228740d9060fb861b9a (diff) | |
download | pkgsrc-c73605e562753291973a2d3d43aeaac7be6f165b.tar.gz |
Need pkg-config, add it to tools.
-rw-r--r-- | security/putty-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/putty-devel/Makefile b/security/putty-devel/Makefile index fda4607c839..18853e2e9d3 100644 --- a/security/putty-devel/Makefile +++ b/security/putty-devel/Makefile @@ -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 @@ COMMENT= Free implementation of Telnet and SSH for Win32 and Unix platforms PKG_DESTDIR_SUPPORT= user-destdir -USE_TOOLS+= gmake +USE_TOOLS+= gmake pkg-config BUILD_DIRS= unix BUILD_DEPENDS+= halibut>=1.0:../../textproc/halibut |