diff options
Diffstat (limited to 'net/wireshark/Makefile')
-rw-r--r-- | net/wireshark/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index d7c81999ae1f..71e94aaabd7c 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -7,6 +7,7 @@ PORTNAME?= wireshark PORTVERSION= 1.2.8 +PORTREVISION= 1 CATEGORIES= net ipv6 MASTER_SITES= http://www.wireshark.org/download/src/ \ http://wireshark.osmirror.nl/download/src/ \ @@ -23,6 +24,7 @@ DATADIR_NAME= wireshark USE_PERL5_BUILD=yes USE_PYTHON_BUILD=yes +USE_GETTEXT= yes USE_ICONV= yes USE_BZIP2= yes USE_GMAKE= yes |