diff options
author | adrianp <adrianp@pkgsrc.org> | 2004-10-05 19:00:57 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2004-10-05 19:00:57 +0000 |
commit | 21619e6642d2fce2cd194586e75538f36f5446c3 (patch) | |
tree | c455dab9d928f1b531c8a62eca1bfffee832988e /net | |
parent | aad881b97601ce1aa6cf389289f787af845c615c (diff) | |
download | pkgsrc-21619e6642d2fce2cd194586e75538f36f5446c3.tar.gz |
Add m4 as a required GNU tool to fix current build problems.
Diffstat (limited to 'net')
-rw-r--r-- | net/libpcap/Makefile | 4 |
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" |