diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-10 02:00:44 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-10 02:00:44 +0800 |
commit | a2a33d3d4cd5f9ecdeea420520b8212c3702d775 (patch) | |
tree | 69d97538bb8d784a211714931bd4ca42c79ed43b /www/libxul | |
parent | 2c6a59939f975fbc7e9ebf3787220b56673d18b6 (diff) | |
download | marcuscom-ports-a2a33d3d4cd5f9ecdeea420520b8212c3702d775.tar marcuscom-ports-a2a33d3d4cd5f9ecdeea420520b8212c3702d775.tar.gz marcuscom-ports-a2a33d3d4cd5f9ecdeea420520b8212c3702d775.tar.bz2 marcuscom-ports-a2a33d3d4cd5f9ecdeea420520b8212c3702d775.tar.lz marcuscom-ports-a2a33d3d4cd5f9ecdeea420520b8212c3702d775.tar.xz marcuscom-ports-a2a33d3d4cd5f9ecdeea420520b8212c3702d775.tar.zst marcuscom-ports-a2a33d3d4cd5f9ecdeea420520b8212c3702d775.zip |
- Enable canvas
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7684 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/libxul')
-rw-r--r-- | www/libxul/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/libxul/Makefile b/www/libxul/Makefile index bdfbf0733..e380d8089 100644 --- a/www/libxul/Makefile +++ b/www/libxul/Makefile @@ -3,11 +3,11 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/xulrunner/Makefile,v 1.6 2006/02/26 16:58:29 ahze Exp $ +# $MCom: ports/www/xulrunner/Makefile,v 1.8 2006/07/18 15:11:14 ahze Exp $ PORTNAME= xulrunner PORTVERSION= 1.8.0.4 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= www devel MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= xulrunner/releases/${PORTVERSION}/source/ @@ -24,7 +24,7 @@ USE_GMAKE= yes USE_GCC= 3.4+ PORT_MOZCONFIG= ${WRKSRC}/xulrunner/config/mozconfig -MOZ_OPTIONS?= --disable-javaxpcom +MOZ_OPTIONS?= --disable-javaxpcom --enable-canvas MOZ_EXTENSIONS= default,cookie,permissions OPTIONS= # Empty, used for generic gecko OPTIONS |