diff options
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 e7927df995c..781b95bd8ab 100644 --- a/net/p5-Net-Daemon/Makefile +++ b/net/p5-Net-Daemon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2003/07/21 17:11:00 martti Exp $ +# $NetBSD: Makefile,v 1.11 2004/04/27 06:05:57 snj Exp $ # DISTNAME= Net-Daemon-0.36 @@ -13,7 +13,7 @@ COMMENT= Perl5 module for writing networking daemons DEPENDS+= {p5-Data-Dumper-[0-9]*,perl>=5.6.1nb2}:${PERL5_PKGSRCDIR} -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/Daemon/.packlist .include "../../lang/perl5/module.mk" |