pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mbone/beacon This package's configure script wants to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d96d1e6a4281
branches:  trunk
changeset: 535735:d96d1e6a4281
user:      seb <seb%pkgsrc.org@localhost>
date:      Tue Nov 27 08:04:10 2007 +0000

description:
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:

 mbone/beacon/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 0dfd1ca9d6f5 -r d96d1e6a4281 mbone/beacon/Makefile
--- a/mbone/beacon/Makefile     Tue Nov 27 06:56:04 2007 +0000
+++ b/mbone/beacon/Makefile     Tue Nov 27 08:04:10 2007 +0000
@@ -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 @@
 GNU_CONFIGURE= YES
 CONFIGURE_ARGS+=       --sysconfdir=${PREFIX}/share/examples/beacon
 
+USE_TOOLS+=    perl
+
 PERL5_CONFIGURE=       NO
 PERL5_PACKLIST=                auto/Net/Multicast/Beacon/.packlist
 



Home | Main Index | Thread Index | Old Index