diff options
author | jlam <jlam@pkgsrc.org> | 2005-02-02 17:27:41 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-02-02 17:27:41 +0000 |
commit | 986f095412984504d39136c9884b47e9ba4e11ab (patch) | |
tree | ed0f9ee500885791b28a69c73490b675d8f03fed /www | |
parent | ff8eb1b244fbbd51ca9b859f5d5bf94e637ce2f0 (diff) | |
download | pkgsrc-986f095412984504d39136c9884b47e9ba4e11ab.tar.gz |
Kwiki-0.37 requires at least Spoon-0.21. Bump the dependency and bump
the PKGREVISION to 1.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Kwiki/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/p5-Kwiki/Makefile b/www/p5-Kwiki/Makefile index d2b3939c01f..e4401911a09 100644 --- a/www/p5-Kwiki/Makefile +++ b/www/p5-Kwiki/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2005/01/25 18:20:52 xtraeme Exp $ +# $NetBSD: Makefile,v 1.3 2005/02/02 17:27:41 jlam Exp $ DISTNAME= Kwiki-0.37 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Kwiki/} @@ -9,7 +10,7 @@ MAINTAINER= jlam@NetBSD.org HOMEPAGE= http://www.kwiki.org/ COMMENT= Extensible, modular, Perl-based Wiki -DEPENDS+= p5-Spoon>=0.20:../../devel/p5-Spoon +DEPENDS+= p5-Spoon>=0.21nb1:../../devel/p5-Spoon USE_BUILDLINK3= yes PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Kwiki/.packlist |