diff options
author | epg <epg> | 2004-09-26 23:33:48 +0000 |
---|---|---|
committer | epg <epg> | 2004-09-26 23:33:48 +0000 |
commit | 2e827be5e7c5dea510d6aa1d4f1c2a46c5956966 (patch) | |
tree | 8b926e875f9fc837f56dc68a389f5ff3cfdd8838 /devel | |
parent | 9e8fe3fc1f93e625731d040120d853d13184433d (diff) | |
download | pkgsrc-2e827be5e7c5dea510d6aa1d4f1c2a46c5956966.tar.gz |
Oops, left out p5-Compress-Zlib and p5-YAML dependencies.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/svk/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/svk/Makefile b/devel/svk/Makefile index fa12c986927..5449def3aea 100644 --- a/devel/svk/Makefile +++ b/devel/svk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/09/26 04:43:59 epg Exp $ +# $NetBSD: Makefile,v 1.2 2004/09/26 23:33:48 epg Exp $ DISTNAME= SVK-0.21 PKGNAME= svk-0.21 @@ -16,7 +16,9 @@ MAKE_ENV+= PERL_EXTUTILS_AUTOINSTALL=--skip DEPENDS+= p5-subversion>=1.0.4:../../devel/p5-subversion DEPENDS+= p5-Algorithm-Annotate>=0.10:../../devel/p5-Algorithm-Annotate +DEPENDS+= p5-Compress-Zlib>=1.33:../../devel/p5-Compress-Zlib DEPENDS+= p5-Text-Diff>=0.35:../../textproc/p5-Text-Diff +DEPENDS+= p5-YAML>=0.35:../../textproc/p5-YAML DEPENDS+= p5-Data-Hierarchy>=0.19:../../devel/p5-Data-Hierarchy DEPENDS+= p5-Regexp-Shellish>=0.93:../../devel/p5-Regexp-Shellish DEPENDS+= p5-Pod-Escapes>=1.04:../../textproc/p5-Pod-Escapes |