diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-19 15:26:03 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-19 15:26:03 +0000 |
commit | 3fb11512b997a3c4c8e170e70cfafa4d92b214a3 (patch) | |
tree | 7f2aaf50022a52f08fab78f4039fec3f583615eb /net/p5-Net-Daemon/Makefile | |
parent | 87110dbd7b79c6bd98cfc15aa2088061290c4a34 (diff) | |
download | pkgsrc-3fb11512b997a3c4c8e170e70cfafa4d92b214a3.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/Makefile')
-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 |