diff options
Diffstat (limited to 'www/xulrunner/Makefile')
-rw-r--r-- | www/xulrunner/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/xulrunner/Makefile b/www/xulrunner/Makefile index 199dec56c613..819bab3d5e3c 100644 --- a/www/xulrunner/Makefile +++ b/www/xulrunner/Makefile @@ -4,10 +4,11 @@ # # $FreeBSD$ # $MCom: ports/www/xulrunner/Makefile,v 1.13 2006/10/12 12:22:03 ahze Exp $ +# PORTNAME= xulrunner PORTVERSION= 1.8.0.4 -PORTREVISION?= 5 +PORTREVISION?= 6 CATEGORIES?= www devel MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= xulrunner/releases/${PORTVERSION}/source/ |