diff options
author | obache <obache> | 2010-06-27 11:20:18 +0000 |
---|---|---|
committer | obache <obache> | 2010-06-27 11:20:18 +0000 |
commit | b5246b4f3b0f54798dc44c0cf9fa514fcd62650e (patch) | |
tree | 2dbe89e130ff0d369f3d96607bb30a90795afdff /net/wireshark | |
parent | 2abdb8762e8393492bd02af1f73df994419bf448 (diff) | |
download | pkgsrc-b5246b4f3b0f54798dc44c0cf9fa514fcd62650e.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 |