diff options
author | imil <imil> | 2016-04-06 11:33:07 +0000 |
---|---|---|
committer | imil <imil> | 2016-04-06 11:33:07 +0000 |
commit | 7f14a8802e038e9a6e117a5cede88abe949e1454 (patch) | |
tree | 4d46da916a97587fea29289906eea0f21c4662c4 | |
parent | 093eaf7dde53c11cc91de6cbce26449e37f30f79 (diff) | |
download | pkgsrc-7f14a8802e038e9a6e117a5cede88abe949e1454.tar.gz |
Added BUILD_DEPENDS+=xterm>=322:../../x11/xterm in order to quickly fix:
"xterm" binary not found - please amend $PATH or the cssh config file
ok wiz@
-rw-r--r-- | security/clusterssh/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/clusterssh/Makefile b/security/clusterssh/Makefile index d048e6cc33f..ec03b8bc350 100644 --- a/security/clusterssh/Makefile +++ b/security/clusterssh/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2015/08/12 18:16:12 gls Exp $ +# $NetBSD: Makefile,v 1.10 2016/04/06 11:33:07 imil Exp $ DISTNAME= App-ClusterSSH-4.03_06 PKGNAME= p5-${DISTNAME:S/_/./} +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= http://search.cpan.org/CPAN/authors/id/D/DU/DUNCS/ @@ -24,6 +25,7 @@ BUILD_DEPENDS+= p5-Test-Pod-Coverage>=1.08:../../devel/p5-Test-Pod-Coverage BUILD_DEPENDS+= p5-Test-Trap>=0.2.1:../../devel/p5-Test-Trap BUILD_DEPENDS+= p5-Test-Pod>=1.45:../../devel/p5-Test-Pod BUILD_DEPENDS+= p5-Test-DistManifest>=1.012:../../devel/p5-Test-DistManifest +BUILD_DEPENDS+= xterm>=322:../../x11/xterm PERL5_MODULE_TYPE= Module::Build PERL5_PACKLIST= auto/App/ClusterSSH/.packlist |