diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-24 00:20:35 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-24 00:20:35 +0800 |
commit | 54b39e4cc2617ceaf978042812698eb023c4573b (patch) | |
tree | e5e3a345d30d47e4bc36015a52e5adeadd14afdc | |
parent | 392f19a303ab5f7fbc71a6573aea92cabc861fad (diff) | |
download | marcuscom-ports-54b39e4cc2617ceaf978042812698eb023c4573b.tar marcuscom-ports-54b39e4cc2617ceaf978042812698eb023c4573b.tar.gz marcuscom-ports-54b39e4cc2617ceaf978042812698eb023c4573b.tar.bz2 marcuscom-ports-54b39e4cc2617ceaf978042812698eb023c4573b.tar.lz marcuscom-ports-54b39e4cc2617ceaf978042812698eb023c4573b.tar.xz marcuscom-ports-54b39e4cc2617ceaf978042812698eb023c4573b.tar.zst marcuscom-ports-54b39e4cc2617ceaf978042812698eb023c4573b.zip |
- Add support for xulrunner
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5725 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | graphics/librsvg2/Makefile | 4 | ||||
-rw-r--r-- | x11/yelp/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile index 0438a696c..353b98680 100644 --- a/graphics/librsvg2/Makefile +++ b/graphics/librsvg2/Makefile @@ -3,7 +3,7 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/librsvg2/Makefile,v 1.86 2006/02/06 05:22:15 marcus Exp $ +# $MCom: ports/graphics/librsvg2/Makefile,v 1.87 2006/02/11 19:19:25 ahze Exp $ # PORTNAME= librsvg2 @@ -50,7 +50,7 @@ OPTIONS= MOZILLA_PLUGIN "Enable the SVG browser plug-in" no .include <bsd.port.pre.mk> .if defined(WITH_MOZILLA_PLUGIN) -USE_GECKO= firefox mozilla seamonkey +USE_GECKO= firefox mozilla seamonkey xulrunner .include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk" CONFIGURE_ENV+= MOZILLA_CONFIG=no CONFIGURE_ARGS+=--enable-mozilla-plugin=yes diff --git a/x11/yelp/Makefile b/x11/yelp/Makefile index 6dd073aa9..31d788c75 100644 --- a/x11/yelp/Makefile +++ b/x11/yelp/Makefile @@ -3,7 +3,7 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/yelp/Makefile,v 1.78 2006/02/13 00:13:33 marcus Exp $ +# $MCom: ports/x11/yelp/Makefile,v 1.79 2006/02/18 18:52:23 marcus Exp $ # PORTNAME= yelp @@ -17,7 +17,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= A help browser for the GNOME 2 desktop -USE_GECKO= firefox mozilla seamonkey +USE_GECKO= firefox mozilla seamonkey xulrunner USE_BZIP2= yes USE_X_PREFIX= yes |