diff options
author | grant <grant@pkgsrc.org> | 2005-07-19 10:11:48 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2005-07-19 10:11:48 +0000 |
commit | f4b67f8cf92b87be8820941acfe5325388979728 (patch) | |
tree | 06d14153ff3d91aebe34f6f7b90be0ae91bec7a8 /security/p5-Digest-CRC | |
parent | f75852c923fa8dd9051b85b0db6570988901503b (diff) | |
download | pkgsrc-f4b67f8cf92b87be8820941acfe5325388979728.tar.gz |
depends should be ../../<category>/<pkg>
Diffstat (limited to 'security/p5-Digest-CRC')
-rw-r--r-- | security/p5-Digest-CRC/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-Digest-CRC/Makefile b/security/p5-Digest-CRC/Makefile index 008a28caadd..a1eec1d1097 100644 --- a/security/p5-Digest-CRC/Makefile +++ b/security/p5-Digest-CRC/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/07/13 18:01:39 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2005/07/19 10:13:08 grant Exp $ # DISTNAME= Digest-CRC-0.09 @@ -11,7 +11,7 @@ MAINTAINER= tv@duh.org HOMEPAGE= http://search.cpan.org/dist/Digest-CRC/ COMMENT= Perl5 extension interface for cyclic redundancy check algorithms -DEPENDS+= p5-Digest>=1.00:../p5-Digest +DEPENDS+= p5-Digest>=1.00:../../security/p5-Digest PKG_INSTALLATION_TYPES= overwrite pkgviews |