summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--www/libxul/Makefile5
-rw-r--r--www/xulrunner/Makefile5
2 files changed, 6 insertions, 4 deletions
diff --git a/www/libxul/Makefile b/www/libxul/Makefile
index c7c4400d3..ae677a59f 100644
--- a/www/libxul/Makefile
+++ b/www/libxul/Makefile
@@ -3,10 +3,11 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom$
+# $MCom: ports/www/xulrunner/Makefile,v 1.4 2006/02/23 14:59:22 ahze Exp $
PORTNAME= xulrunner
PORTVERSION= 1.8.0.1
+PORTREVISION= 1
CATEGORIES= www devel
MASTER_SITES= ${MASTER_SITE_MOZILLA}
MASTER_SITE_SUBDIR= xulrunner/releases/${PORTVERSION}/source/
@@ -25,7 +26,7 @@ USE_GCC= 3.4+
PORT_MOZCONFIG= ${WRKSRC}/xulrunner/config/mozconfig
MOZ_OPTIONS= --disable-javaxpcom
-
+MOZ_EXTENSIONS= default,cookie,permissions
OPTIONS= # Empty, used for generic gecko OPTIONS
.include <bsd.port.pre.mk>
diff --git a/www/xulrunner/Makefile b/www/xulrunner/Makefile
index c7c4400d3..ae677a59f 100644
--- a/www/xulrunner/Makefile
+++ b/www/xulrunner/Makefile
@@ -3,10 +3,11 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom$
+# $MCom: ports/www/xulrunner/Makefile,v 1.4 2006/02/23 14:59:22 ahze Exp $
PORTNAME= xulrunner
PORTVERSION= 1.8.0.1
+PORTREVISION= 1
CATEGORIES= www devel
MASTER_SITES= ${MASTER_SITE_MOZILLA}
MASTER_SITE_SUBDIR= xulrunner/releases/${PORTVERSION}/source/
@@ -25,7 +26,7 @@ USE_GCC= 3.4+
PORT_MOZCONFIG= ${WRKSRC}/xulrunner/config/mozconfig
MOZ_OPTIONS= --disable-javaxpcom
-
+MOZ_EXTENSIONS= default,cookie,permissions
OPTIONS= # Empty, used for generic gecko OPTIONS
.include <bsd.port.pre.mk>