diff options
author | jlam <jlam> | 2005-05-19 15:26:03 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-05-19 15:26:03 +0000 |
commit | 907d896fedac72eb80373bf5043a26e42fa90f2d (patch) | |
tree | 7f2aaf50022a52f08fab78f4039fec3f583615eb /net/p5-Net-Daemon | |
parent | b5f2f6c396ba668196139b19bde9334664e05c45 (diff) | |
download | pkgsrc-907d896fedac72eb80373bf5043a26e42fa90f2d.tar.gz |
PERL5_PKGSRCDIR isn't defined when using the new tools framework. Replace
it with an explicit lang/perl58 reference.
Diffstat (limited to 'net/p5-Net-Daemon')
-rw-r--r-- | net/p5-Net-Daemon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/p5-Net-Daemon/Makefile b/net/p5-Net-Daemon/Makefile index 40b4be11c88..1074de5e83a 100644 --- a/net/p5-Net-Daemon/Makefile +++ b/net/p5-Net-Daemon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/04/11 21:46:53 tv Exp $ +# $NetBSD: Makefile,v 1.14 2005/05/19 15:26:03 jlam Exp $ # DISTNAME= Net-Daemon-0.36 @@ -12,7 +12,7 @@ MAINTAINER= eric@cirr.com HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/libnet/FAQ.html COMMENT= Perl5 module for writing networking daemons -DEPENDS+= {p5-Data-Dumper-[0-9]*,perl>=5.6.1nb2}:${PERL5_PKGSRCDIR} +DEPENDS+= {p5-Data-Dumper-[0-9]*,perl>=5.6.1nb2}:../../lang/perl58 PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/Daemon/.packlist |