diff options
author | Eric Melville <eric@FreeBSD.org> | 2001-06-05 18:48:53 +0000 |
---|---|---|
committer | Eric Melville <eric@FreeBSD.org> | 2001-06-05 18:48:53 +0000 |
commit | bd804a826a2719355b5150038cd64afc4d41d399 (patch) | |
tree | b3865ba18b5a23100fca922a03f0f889b547daec /www/skipstone | |
parent | paraftp -> paraget (diff) |
Mark as broken until the next version is released, which will work with
mozilla-0.9.
Notes
Notes:
svn path=/head/; revision=43548
Diffstat (limited to 'www/skipstone')
-rw-r--r-- | www/skipstone/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/skipstone/Makefile b/www/skipstone/Makefile index 58569fef4b65..4db382665ace 100644 --- a/www/skipstone/Makefile +++ b/www/skipstone/Makefile @@ -5,10 +5,12 @@ # $FreeBSD$ # +BROKEN= "out-of-sync with mozilla, next release will fix" + PORTNAME= skipstone PORTVERSION= 0.7.2 CATEGORIES= www -MASTER_SITES= http://muhri.net/skipstone/ +MASTER_SITES= http://www.muhri.net/skipstone/ MAINTAINER= eric@FreeBSD.org |