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 e380d8089..93e77a44f 100644
--- a/www/libxul/Makefile
+++ b/www/libxul/Makefile
@@ -3,7 +3,7 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/www/xulrunner/Makefile,v 1.8 2006/07/18 15:11:14 ahze Exp $
+# $MCom: ports/www/xulrunner/Makefile,v 1.9 2006/10/09 18:00:44 ahze Exp $
PORTNAME= xulrunner
PORTVERSION= 1.8.0.4
@@ -24,7 +24,8 @@ USE_GMAKE= yes
USE_GCC= 3.4+
PORT_MOZCONFIG= ${WRKSRC}/xulrunner/config/mozconfig
-MOZ_OPTIONS?= --disable-javaxpcom --enable-canvas
+MOZ_OPTIONS?= --disable-javaxpcom --enable-canvas \
+ --enable-system-cairo
MOZ_EXTENSIONS= default,cookie,permissions
OPTIONS= # Empty, used for generic gecko OPTIONS
diff --git a/www/xulrunner/Makefile b/www/xulrunner/Makefile
index e380d8089..93e77a44f 100644
--- a/www/xulrunner/Makefile
+++ b/www/xulrunner/Makefile
@@ -3,7 +3,7 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/www/xulrunner/Makefile,v 1.8 2006/07/18 15:11:14 ahze Exp $
+# $MCom: ports/www/xulrunner/Makefile,v 1.9 2006/10/09 18:00:44 ahze Exp $
PORTNAME= xulrunner
PORTVERSION= 1.8.0.4
@@ -24,7 +24,8 @@ USE_GMAKE= yes
USE_GCC= 3.4+
PORT_MOZCONFIG= ${WRKSRC}/xulrunner/config/mozconfig
-MOZ_OPTIONS?= --disable-javaxpcom --enable-canvas
+MOZ_OPTIONS?= --disable-javaxpcom --enable-canvas \
+ --enable-system-cairo
MOZ_EXTENSIONS= default,cookie,permissions
OPTIONS= # Empty, used for generic gecko OPTIONS