diff options
author | jlam <jlam> | 2001-09-05 17:18:21 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-09-05 17:18:21 +0000 |
commit | cd00933a95a950ec280efbe14ad28529443d4f68 (patch) | |
tree | e781bfa9a78bec8986d4226cd20d45079b98ca66 /net/p5-Net | |
parent | f3adbc2399ca487a6c896783619da9ce82fce688 (diff) | |
download | pkgsrc-cd00933a95a950ec280efbe14ad28529443d4f68.tar.gz |
Alter dependencies so that perl>=5.6.1nb2 will satisfy the dependency for
p5-CGI or p5-Data-Dumper.
Diffstat (limited to 'net/p5-Net')
-rw-r--r-- | net/p5-Net/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/p5-Net/Makefile b/net/p5-Net/Makefile index 5c21fddc29b..b72e45a8a9d 100644 --- a/net/p5-Net/Makefile +++ b/net/p5-Net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2001/06/17 10:31:02 veego Exp $ +# $NetBSD: Makefile,v 1.19 2001/09/05 17:18:22 jlam Exp $ # FreeBSD Id: Makefile,v 1.13 1997/06/27 18:38:15 jfitz Exp # @@ -11,7 +11,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/libnet/Net/libnetFAQ.html COMMENT= perl5 modules to access and use network protocols -DEPENDS+= p5-Data-Dumper-*:../../devel/p5-Data-Dumper +DEPENDS+= {p5-Data-Dumper-*,perl>=5.6.1nb2}:../../lang/perl5 USE_PERL5= # defined PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/.packlist |