diff options
Diffstat (limited to 'net/mtr/Makefile')
-rw-r--r-- | net/mtr/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/mtr/Makefile b/net/mtr/Makefile index cd4db0267def..3955640b54f8 100644 --- a/net/mtr/Makefile +++ b/net/mtr/Makefile @@ -6,7 +6,8 @@ # PORTNAME= mtr -PORTVERSION= 0.58 +PORTVERSION= 0.54 +PORTREVISION= 4 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.bitwizard.nl/mtr/ \ ftp://ftp.netsw.org/net/ip/audit/packets/ \ @@ -18,7 +19,7 @@ COMMENT= Traceroute and ping in a single graphical network diagnostic tool GNU_CONFIGURE= yes USE_GMAKE= yes WANT_GNOME= yes -#WANT_IPV6= yes +WANT_IPV6= yes MAN8= mtr.8 PLIST_FILES= sbin/mtr |