diff options
author | wiz <wiz@pkgsrc.org> | 2010-06-10 21:18:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-06-10 21:18:16 +0000 |
commit | 2fe7cebbffe855cfd430b81f61efe47721d9adcc (patch) | |
tree | 0fdc78d5644b98885ca1ca50e9efefcd3d4eb600 /security | |
parent | 7f16a4af0568cad482ad47f756814e66b0e359cd (diff) | |
download | pkgsrc-2fe7cebbffe855cfd430b81f61efe47721d9adcc.tar.gz |
Need pkg-config, add it to tools.
Diffstat (limited to 'security')
-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 |