summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2013-03-30 22:21:10 +0000
committertron <tron@pkgsrc.org>2013-03-30 22:21:10 +0000
commit01226f9a99a39901e862c13e10ebb10b3be96c9c (patch)
tree3cf2d42506baa9bfa3a031150764ffda1295c77c /net
parent72f26f6b6aad2e79dee0287a9cb70589c55890cf (diff)
downloadpkgsrc-01226f9a99a39901e862c13e10ebb10b3be96c9c.tar.gz
This package needs "flex" not just any "lex" to build properly. Otherwise
it will fallback to "yacc" (instead of "bison") and the library will not link properly. This problem is probably only visible under Solaris where "lex" is not "flex". Bump package revision because of this fix.
Diffstat (limited to 'net')
-rw-r--r--net/libpcap/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/libpcap/Makefile b/net/libpcap/Makefile
index 77a60d92cb4..2df5015e588 100644
--- a/net/libpcap/Makefile
+++ b/net/libpcap/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.52 2013/02/06 19:30:54 jperkin Exp $
+# $NetBSD: Makefile,v 1.53 2013/03/30 22:21:10 tron Exp $
DISTNAME= libpcap-1.3.0
-PKGREVISION= 1
+PKGREVISION= 2
SVR4_PKGNAME= lpcap
CATEGORIES= net
MASTER_SITES= http://www.tcpdump.org/release/
@@ -16,7 +16,7 @@ NOT_FOR_PLATFORM+= Interix-*-* # no raw interface access
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LIBTOOL= yes
-USE_TOOLS+= bison gm4 lex
+USE_TOOLS+= bison flex gm4
GNU_CONFIGURE= yes
.include "../../mk/bsd.prefs.mk"