diff options
-rw-r--r-- | net/mtr/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/mtr/Makefile b/net/mtr/Makefile index a96f2f630cfc..bfc010ab9718 100644 --- a/net/mtr/Makefile +++ b/net/mtr/Makefile @@ -1,5 +1,5 @@ # New ports collection makefile for: mtr -# Version required: 0.28 +# Version required: 0.41 # Date created: 12 August 1998 # Whom: Bill Fumerola <billf@chc-chimes.com> # @@ -13,6 +13,8 @@ MASTER_SITES= ftp://ftp.bitwizard.nl/mtr/ \ MAINTAINER= billf@FreeBSD.org +BROKEN= 'this port does wierd things and rarely works' + HAS_CONFIGURE= yes MAN8= mtr.8 |