pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/libpcap Add m4 as a required GNU tool to fix curre...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/827910fa3ff2
branches:  trunk
changeset: 481487:827910fa3ff2
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Tue Oct 05 19:00:57 2004 +0000

description:
Add m4 as a required GNU tool to fix current build problems.

diffstat:

 net/libpcap/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4721e20b15e2 -r 827910fa3ff2 net/libpcap/Makefile
--- a/net/libpcap/Makefile      Tue Oct 05 18:58:02 2004 +0000
+++ b/net/libpcap/Makefile      Tue Oct 05 19:00:57 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2004/10/05 18:56:33 tron Exp $
+# $NetBSD: Makefile,v 1.21 2004/10/05 19:00:57 adrianp Exp $
 
 DISTNAME=              libpcap-0.8.3
 SVR4_PKGNAME=          lpcap
@@ -13,7 +13,7 @@
 
 USE_BUILDLINK3=                yes
 GNU_CONFIGURE=         yes
-USE_GNU_TOOLS+=                lex yacc
+USE_GNU_TOOLS+=                lex yacc m4
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index