diff options
author | wiz <wiz@pkgsrc.org> | 2014-07-05 05:17:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-07-05 05:17:27 +0000 |
commit | 1e3292949775ffc65c310d80375472aa6f99f3cb (patch) | |
tree | 0a85be6d631940b6cd942470734d72912031c9a1 /security | |
parent | 879ae3e404ea53cb137016dec54497cebff1419f (diff) | |
download | pkgsrc-1e3292949775ffc65c310d80375472aa6f99f3cb.tar.gz |
Add dependency on p5-Term-ReadLine-Perl. Either that or
...-Gnu is needed for kpcli to work.
Bump PKGREVISION.
Diffstat (limited to 'security')
-rw-r--r-- | security/kpcli/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/kpcli/Makefile b/security/kpcli/Makefile index 6f3a154a290..9415e63bf93 100644 --- a/security/kpcli/Makefile +++ b/security/kpcli/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2014/06/14 05:40:28 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2014/07/05 05:17:27 wiz Exp $ DISTNAME= kpcli-2.7 +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kpcli/} EXTRACT_SUFX= .pl @@ -16,6 +17,7 @@ DEPENDS+= p5-Term-ShellUI-[0-9]*:../../devel/p5-Term-ShellUI DEPENDS+= p5-Crypt-Rijndael-[0-9]*:../../security/p5-Crypt-Rijndael DEPENDS+= p5-File-KeePass-[0-9]*:../../security/p5-File-KeePass DEPENDS+= {perl>=5.002,p5-Term-ReadLine-[0-9]*}:../../devel/p5-Term-ReadLine +DEPENDS+= p5-Term-ReadLine-Perl-[0-9]*:../../devel/p5-Term-ReadLine-Perl WRKSRC= ${WRKDIR} USE_LANGUAGES= # none |