diff options
author | joerg <joerg@pkgsrc.org> | 2010-03-19 13:28:09 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-03-19 13:28:09 +0000 |
commit | 2a8b6cd50a2eed8b70c3a9c41fd7f4fa3241b158 (patch) | |
tree | 0d1762134cb64b5205ab908eb749f0140809fb0e /security/putty/Makefile | |
parent | 90c22ec6493caaf6407bf59287071361e5deaa50 (diff) | |
download | pkgsrc-2a8b6cd50a2eed8b70c3a9c41fd7f4fa3241b158.tar.gz |
Needs pkg-config.
Diffstat (limited to 'security/putty/Makefile')
-rw-r--r-- | security/putty/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/putty/Makefile b/security/putty/Makefile index 2477a0c307e..7f80969f29a 100644 --- a/security/putty/Makefile +++ b/security/putty/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2009/02/25 18:08:01 roy Exp $ +# $NetBSD: Makefile,v 1.20 2010/03/19 13:28:09 joerg Exp $ # DISTNAME= putty-0.60 @@ -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 MAKE_FILE= Makefile.gtk |