diff options
author | seb <seb@pkgsrc.org> | 2007-11-27 08:04:10 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2007-11-27 08:04:10 +0000 |
commit | ae70fa459aabd5e5fc6b738e1405a8c86c32bbfb (patch) | |
tree | d3d6808286bbc3c8bfb474fb0017ae0a3664a449 /mbone | |
parent | cd7b2efd27b3ce0d8821b738bb3ea138f10221dc (diff) | |
download | pkgsrc-ae70fa459aabd5e5fc6b738e1405a8c86c32bbfb.tar.gz |
This package's configure script wants to find perl, so add 'perl'
to USE_TOOLS and let buildlink3 via perl5/module.mk handle the
full dependency recording.
Diffstat (limited to 'mbone')
-rw-r--r-- | mbone/beacon/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mbone/beacon/Makefile b/mbone/beacon/Makefile index 629ca0a77e1..6133faadc53 100644 --- a/mbone/beacon/Makefile +++ b/mbone/beacon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/12/29 06:21:54 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2007/11/27 08:04:10 seb Exp $ # DISTNAME= beacon-1.1-0 @@ -14,6 +14,8 @@ COMMENT= Multicast supervision tool GNU_CONFIGURE= YES CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/share/examples/beacon +USE_TOOLS+= perl + PERL5_CONFIGURE= NO PERL5_PACKLIST= auto/Net/Multicast/Beacon/.packlist |