diff options
author | obache <obache@pkgsrc.org> | 2010-06-27 11:20:18 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-06-27 11:20:18 +0000 |
commit | 4bf06a45ca6cd5836e2cba989eb9a0a63322ee49 (patch) | |
tree | 2dbe89e130ff0d369f3d96607bb30a90795afdff /net/wireshark | |
parent | 63c7f4cf873acf46c3da65b611e03e7b1362eb92 (diff) | |
download | pkgsrc-4bf06a45ca6cd5836e2cba989eb9a0a63322ee49.tar.gz |
Need yacc & lex.
PR#43539 by Aleksey Cheusov.
Diffstat (limited to 'net/wireshark')
-rw-r--r-- | net/wireshark/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index 937e8340f04..d6bdcf76fc1 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2010/06/14 15:33:13 wiz Exp $ +# $NetBSD: Makefile,v 1.48 2010/06/27 11:20:18 obache Exp $ DISTNAME= wireshark-1.2.9 PKGREVISION= 1 @@ -17,7 +17,7 @@ PKG_DESTDIR_SUPPORT= user-destdir CONFLICTS+= ethereal-[0-9]* USE_LANGUAGES= c c++ -USE_TOOLS+= gmake perl pkg-config +USE_TOOLS+= gmake perl pkg-config yacc lex USE_LIBTOOL= YES SHLIBTOOL_OVERRIDE= # empty |