diff options
author | billf <billf@FreeBSD.org> | 1999-10-13 02:27:31 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-10-13 02:27:31 +0800 |
commit | 86c06582e76427f10ae4b7f2442438c211033ef7 (patch) | |
tree | c3f89589f180b3e5288b1dc84530c46fc1bcd1db /net/mtr/Makefile | |
parent | ec179bedf1547fa09829659eb4a3d91b7f2385f4 (diff) | |
download | freebsd-ports-gnome-86c06582e76427f10ae4b7f2442438c211033ef7.tar.gz freebsd-ports-gnome-86c06582e76427f10ae4b7f2442438c211033ef7.tar.zst freebsd-ports-gnome-86c06582e76427f10ae4b7f2442438c211033ef7.zip |
Mark this BROKEN so I don't have to create a folder dedicated to people
sending "mtr doesn't work" e-mails to me.
I'm working on the problem and have even gotten people who send me real
bug reports, imagine that.
Diffstat (limited to 'net/mtr/Makefile')
-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 |