diff options
author | jlam <jlam> | 2006-05-02 04:45:09 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-05-02 04:45:09 +0000 |
commit | be10c4341ce3c3d37003db9bcf54f495bebe6aab (patch) | |
tree | 31f30483aea4487e19f8c36d501590839da6f997 | |
parent | f43654a3f0f589bed6add8d1726ab16646854653 (diff) | |
download | pkgsrc-be10c4341ce3c3d37003db9bcf54f495bebe6aab.tar.gz |
Fix dependency... it needs HTTP::Server::Simple::Static.
-rw-r--r-- | www/p5-HTTP-Server-Simple-Kwiki/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-HTTP-Server-Simple-Kwiki/Makefile b/www/p5-HTTP-Server-Simple-Kwiki/Makefile index 8bd18249eca..6ae4b5d274a 100644 --- a/www/p5-HTTP-Server-Simple-Kwiki/Makefile +++ b/www/p5-HTTP-Server-Simple-Kwiki/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/05/02 04:11:58 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2006/05/02 04:45:09 jlam Exp $ DISTNAME= HTTP-Server-Simple-Kwiki-0.29 PKGNAME= p5-${DISTNAME} @@ -12,7 +12,7 @@ COMMENT= standalone HTTP server for Kwiki PERL5_MODULE_TYPE= Module::Build PERL5_PACKLIST= auto/HTTP/Server/Simple/Kwiki/.packlist -DEPENDS+= p5-HTTP-Server-Simple-[0-9]*:../../www/p5-HTTP-Server-Simple +DEPENDS+= p5-HTTP-Server-Simple-Static-[0-9]*:../../www/p5-HTTP-Server-Simple-Static DEPENDS+= p5-IO-Capture-[0-9]*:../../devel/p5-IO-Capture DEPENDS+= p5-Kwiki-[0-9]*:../../www/p5-Kwiki |