diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-27 00:58:29 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-27 00:58:29 +0800 |
commit | ebacc407ee571ee5945f9c4ff6470785ca9ccf7f (patch) | |
tree | b635a29e40d0c2679169e3315e2626523ece7529 /www/libxul | |
parent | 1bcac706d27eadc5fc56ed02da4624cbbe792595 (diff) | |
download | marcuscom-ports-ebacc407ee571ee5945f9c4ff6470785ca9ccf7f.tar marcuscom-ports-ebacc407ee571ee5945f9c4ff6470785ca9ccf7f.tar.gz marcuscom-ports-ebacc407ee571ee5945f9c4ff6470785ca9ccf7f.tar.bz2 marcuscom-ports-ebacc407ee571ee5945f9c4ff6470785ca9ccf7f.tar.lz marcuscom-ports-ebacc407ee571ee5945f9c4ff6470785ca9ccf7f.tar.xz marcuscom-ports-ebacc407ee571ee5945f9c4ff6470785ca9ccf7f.tar.zst marcuscom-ports-ebacc407ee571ee5945f9c4ff6470785ca9ccf7f.zip |
- Add support for slave ports
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5781 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/libxul')
-rw-r--r-- | www/libxul/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www/libxul/Makefile b/www/libxul/Makefile index ae677a59f..e5767e957 100644 --- a/www/libxul/Makefile +++ b/www/libxul/Makefile @@ -3,18 +3,18 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/xulrunner/Makefile,v 1.4 2006/02/23 14:59:22 ahze Exp $ +# $MCom: ports/www/xulrunner/Makefile,v 1.5 2006/02/23 16:12:15 ahze Exp $ PORTNAME= xulrunner PORTVERSION= 1.8.0.1 -PORTREVISION= 1 -CATEGORIES= www devel +PORTREVISION?= 1 +CATEGORIES?= www devel MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= xulrunner/releases/${PORTVERSION}/source/ DISTNAME= ${PORTNAME}-${PORTVERSION}-source -MAINTAINER= gnome@FreeBSD.org -COMMENT= Mozilla runtime package that can be used to bootstrap XUL+XPCOM apps +MAINTAINER?= gnome@FreeBSD.org +COMMENT?= Mozilla runtime package that can be used to bootstrap XUL+XPCOM apps USE_X_PREFIX= yes WANT_GNOME= yes @@ -25,7 +25,7 @@ USE_GMAKE= yes USE_GCC= 3.4+ PORT_MOZCONFIG= ${WRKSRC}/xulrunner/config/mozconfig -MOZ_OPTIONS= --disable-javaxpcom +MOZ_OPTIONS?= --disable-javaxpcom MOZ_EXTENSIONS= default,cookie,permissions OPTIONS= # Empty, used for generic gecko OPTIONS |