diff options
author | eric <eric@FreeBSD.org> | 2001-06-05 18:48:53 +0000 |
---|---|---|
committer | eric <eric@FreeBSD.org> | 2001-06-05 18:48:53 +0000 |
commit | 7e437bad2946b73d698ab6c93a18fb6134389c72 (patch) | |
tree | 7431c621db724fbd772f0b67b942e691349cbb92 | |
parent | 3eeb01bcf9e936a56792b114c5a914de35f3220a (diff) | |
download | FreeBSD-ports-7e437bad2946b73d698ab6c93a18fb6134389c72.zip FreeBSD-ports-7e437bad2946b73d698ab6c93a18fb6134389c72.tar.gz |
Mark as broken until the next version is released, which will work with
mozilla-0.9.
-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 58569fe..4db3826 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 |