diff options
author | seb <seb> | 2004-11-09 13:24:57 +0000 |
---|---|---|
committer | seb <seb> | 2004-11-09 13:24:57 +0000 |
commit | 5d1c218f5e4d966a041aa0fda8f5bd2c356b2aca (patch) | |
tree | 1b239b9453739d4ec3319b9950f7a077c1b7eabf /www/p5-Apache-Session | |
parent | f69444719e0df6d8d642063b55039019df57052c (diff) | |
download | pkgsrc-5d1c218f5e4d966a041aa0fda8f5bd2c356b2aca.tar.gz |
No trailing slash on the dependencies directory, this confuses
mk/scripts/mkdatabase.
Diffstat (limited to 'www/p5-Apache-Session')
-rw-r--r-- | www/p5-Apache-Session/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/p5-Apache-Session/Makefile b/www/p5-Apache-Session/Makefile index 239ba250335..bbab0d86e05 100644 --- a/www/p5-Apache-Session/Makefile +++ b/www/p5-Apache-Session/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/11/05 16:35:29 he Exp $ +# $NetBSD: Makefile,v 1.13 2004/11/09 13:24:57 seb Exp $ # DISTNAME= Apache-Session-1.6 @@ -11,8 +11,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://search.cpan.org/~cwest/Apache-Session-1.70_01/ COMMENT= Perl5 module to provide persistent storage -DEPENDS+= p5-Storable>=1.0.11:../../devel/p5-Storable/ -DEPENDS+= p5-Digest-MD5>=2.16:../../security/p5-Digest-MD5/ +DEPENDS+= p5-Storable>=1.0.11:../../devel/p5-Storable +DEPENDS+= p5-Digest-MD5>=2.16:../../security/p5-Digest-MD5 USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Apache/Session/.packlist |