aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2010-06-01 06:52:40 +0800
committermarcus <marcus@FreeBSD.org>2010-06-01 06:52:40 +0800
commit66b59c29d31c28957b86bbe1b520844d5336d4d4 (patch)
tree72a59e244b5f381232840bd1d3de446805dc1596 /net
parent2c2561c199ec10f3700421f8ede07d5273bf248f (diff)
downloadfreebsd-ports-gnome-66b59c29d31c28957b86bbe1b520844d5336d4d4.tar.gz
freebsd-ports-gnome-66b59c29d31c28957b86bbe1b520844d5336d4d4.tar.zst
freebsd-ports-gnome-66b59c29d31c28957b86bbe1b520844d5336d4d4.zip
Bump PORTREVISION and add USE_GETTEXT where missing.
PR: 147257
Diffstat (limited to 'net')
-rw-r--r--net/avahi-app/Makefile2
-rw-r--r--net/wireshark/Makefile2
2 files changed, 3 insertions, 1 deletions
diff --git a/net/avahi-app/Makefile b/net/avahi-app/Makefile
index 4c7cb7c93bdd..ceaae2a35e14 100644
--- a/net/avahi-app/Makefile
+++ b/net/avahi-app/Makefile
@@ -8,7 +8,7 @@
PORTNAME= avahi
PORTVERSION= 0.6.25
-PORTREVISION?= 2
+PORTREVISION?= 3
CATEGORIES?= net dns
MASTER_SITES= http://www.avahi.org/download/
PKGNAMESUFFIX?= -app
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