diff options
author | grant <grant> | 2005-07-19 01:25:00 +0000 |
---|---|---|
committer | grant <grant> | 2005-07-19 01:25:00 +0000 |
commit | 0d0a29cbfe72701315e0be9640dfd161581418bb (patch) | |
tree | 2543cdf97bf93c6fe81d08847e31dd35f8c5a242 /security | |
parent | 3bf8a9a173be67fa6eb1e5fae19d065860eed3e9 (diff) | |
download | pkgsrc-0d0a29cbfe72701315e0be9640dfd161581418bb.tar.gz |
depends should be ../../<category>/<pkg>
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Digest-MD5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-Digest-MD5/Makefile b/security/p5-Digest-MD5/Makefile index 5fe177e57e2..5a08df69266 100644 --- a/security/p5-Digest-MD5/Makefile +++ b/security/p5-Digest-MD5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2005/07/13 18:01:39 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2005/07/19 01:25:00 grant Exp $ # DISTNAME= Digest-MD5-2.33 @@ -12,7 +12,7 @@ MAINTAINER= heinz@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Digest-MD5/ COMMENT= Perl5 extension interface for MD5 algorithm -DEPENDS+= p5-Digest>=1.00:../p5-Digest +DEPENDS+= p5-Digest>=1.00:../../security/p5-Digest CONFLICTS+= p5-MD5-[0-9]* |