diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-12 17:35:57 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-12 17:35:57 +0800 |
commit | b3440c6412ed826d43a7bb082ea3b29bab3f6a16 (patch) | |
tree | 43f5ef5ac5abda24aae99f819c2c732830868390 /www | |
parent | 27d5140a4156cded994e573ce88b4e1caf0f515a (diff) | |
download | marcuscom-ports-b3440c6412ed826d43a7bb082ea3b29bab3f6a16.tar marcuscom-ports-b3440c6412ed826d43a7bb082ea3b29bab3f6a16.tar.gz marcuscom-ports-b3440c6412ed826d43a7bb082ea3b29bab3f6a16.tar.bz2 marcuscom-ports-b3440c6412ed826d43a7bb082ea3b29bab3f6a16.tar.lz marcuscom-ports-b3440c6412ed826d43a7bb082ea3b29bab3f6a16.tar.xz marcuscom-ports-b3440c6412ed826d43a7bb082ea3b29bab3f6a16.tar.zst marcuscom-ports-b3440c6412ed826d43a7bb082ea3b29bab3f6a16.zip |
- Add support for java-xpcom (WITH_JAVA)
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7734 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www')
-rw-r--r-- | www/libxul/Makefile | 3 | ||||
-rw-r--r-- | www/xulrunner/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/www/libxul/Makefile b/www/libxul/Makefile index f26e49209..d53ca7622 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.10 2006/10/11 22:09:25 ahze Exp $ +# $MCom: ports/www/xulrunner/Makefile,v 1.11 2006/10/11 22:27:13 ahze Exp $ PORTNAME= xulrunner PORTVERSION= 1.8.0.4 @@ -28,6 +28,7 @@ MOZ_OPTIONS?= --disable-javaxpcom --enable-canvas \ --enable-system-cairo MOZ_EXTENSIONS= default,cookie,permissions OPTIONS= # Empty, used for generic gecko OPTIONS +USE_GECKO_OPTIONS= java debug logging optimized_cflags .include <bsd.port.pre.mk> .include "${PORTSDIR}/www/mozilla/Makefile.common" diff --git a/www/xulrunner/Makefile b/www/xulrunner/Makefile index f26e49209..d53ca7622 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.10 2006/10/11 22:09:25 ahze Exp $ +# $MCom: ports/www/xulrunner/Makefile,v 1.11 2006/10/11 22:27:13 ahze Exp $ PORTNAME= xulrunner PORTVERSION= 1.8.0.4 @@ -28,6 +28,7 @@ MOZ_OPTIONS?= --disable-javaxpcom --enable-canvas \ --enable-system-cairo MOZ_EXTENSIONS= default,cookie,permissions OPTIONS= # Empty, used for generic gecko OPTIONS +USE_GECKO_OPTIONS= java debug logging optimized_cflags .include <bsd.port.pre.mk> .include "${PORTSDIR}/www/mozilla/Makefile.common" |