diff options
-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 |