summaryrefslogtreecommitdiff
path: root/net/libpcap
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2004-10-05 19:00:57 +0000
committeradrianp <adrianp@pkgsrc.org>2004-10-05 19:00:57 +0000
commit4ae9b37297f200e2214fa6d37ab10303ea1d349a (patch)
treec455dab9d928f1b531c8a62eca1bfffee832988e /net/libpcap
parentaa3864cc2aee7eb6a0d32cac9b204130be90b67d (diff)
downloadpkgsrc-4ae9b37297f200e2214fa6d37ab10303ea1d349a.tar.gz
Add m4 as a required GNU tool to fix current build problems.
Diffstat (limited to 'net/libpcap')
-rw-r--r--net/libpcap/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/libpcap/Makefile b/net/libpcap/Makefile
index c1f00676251..ad14a171449 100644
--- a/net/libpcap/Makefile
+++ b/net/libpcap/Makefile
@@ -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 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
-USE_GNU_TOOLS+= lex yacc
+USE_GNU_TOOLS+= lex yacc m4
.include "../../mk/bsd.prefs.mk"