diff options
author | ghen <ghen@pkgsrc.org> | 2007-10-08 12:44:33 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2007-10-08 12:44:33 +0000 |
commit | ed54f71b182653f0fec2286fa69d2734e129049d (patch) | |
tree | 333d4e55a8db5061c241250e76f9f91d73cb5d1c /net/wireshark | |
parent | 7a52bb13d655d8bcc1d50ea570fcca4f9037b252 (diff) | |
download | pkgsrc-ed54f71b182653f0fec2286fa69d2734e129049d.tar.gz |
Require a recent zlib to fix the build on NetBSD 3.x (whose zlib is too old).
Ok with tron (maintainer).
Diffstat (limited to 'net/wireshark')
-rw-r--r-- | net/wireshark/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index 44a9662e858..7bb825769df 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2007/07/06 17:58:09 drochner Exp $ +# $NetBSD: Makefile,v 1.12 2007/10/08 12:44:33 ghen Exp $ DISTNAME= wireshark-0.99.6 CATEGORIES= net @@ -37,6 +37,9 @@ PTHREAD_OPTS+= require USE_BUILTIN.libpcap= no .endif +# wireshark no longer builds with NetBSD 3.x provided zlib +BUILDLINK_API_DEPENDS.zlib=zlib>=1.2.1 + SUBST_CLASSES+= shell SUBST_STAGE.shell= post-build SUBST_MESSAGE.shell= Replacing @SHELL@ with a proper shell. |