diff options
author | tron <tron@pkgsrc.org> | 2007-02-05 07:25:34 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2007-02-05 07:25:34 +0000 |
commit | c1edc290e6251761d28d8bc4f1c0839e6176a67f (patch) | |
tree | 4921be230e2133feddf22fa4e8aa9ac48f6a9aec /net/wireshark | |
parent | 090c296644e3634c6c4e147d2b356bb7ecac0737 (diff) | |
download | pkgsrc-c1edc290e6251761d28d8bc4f1c0839e6176a67f.tar.gz |
This package (currently) requires GCC 4.x for building.
Diffstat (limited to 'net/wireshark')
-rw-r--r-- | net/wireshark/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index 76edba5b4ff..bca6b100534 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2007/02/03 18:06:37 tron Exp $ +# $NetBSD: Makefile,v 1.7 2007/02/05 07:25:34 tron Exp $ DISTNAME= wireshark-0.99.5 CATEGORIES= net @@ -17,6 +17,7 @@ USE_TOOLS+= gmake perl pkg-config USE_LIBTOOL= YES SHLIBTOOL_OVERRIDE= # empty +GCC_REQD+= 4.0 GNU_CONFIGURE= YES CONFIGURE_ARGS+= --enable-gtk2 |