diff options
author | marcus <marcus@FreeBSD.org> | 2009-09-18 00:55:45 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2009-09-18 00:55:45 +0800 |
commit | e71f7c9faf5e729bd5b6478b25b4c48db17ec4db (patch) | |
tree | 5ae606b612e1f4b00e2531a29665df152ab64bc9 /graphics/librsvg2 | |
parent | 032c9160fdb417f8a66115b8a44dba516dcad67e (diff) | |
download | freebsd-ports-gnome-e71f7c9faf5e729bd5b6478b25b4c48db17ec4db.tar.gz freebsd-ports-gnome-e71f7c9faf5e729bd5b6478b25b4c48db17ec4db.tar.zst freebsd-ports-gnome-e71f7c9faf5e729bd5b6478b25b4c48db17ec4db.zip |
Set the default Gecko provider to be libxul to fix the build of GNOME on
pointyhat.
Approved by: portmgr (implicit, erwin)
Feature safe: yes
X-Feature-safe: well, not really, but required now that Firefox is FORBIDDEN
Diffstat (limited to 'graphics/librsvg2')
-rw-r--r-- | graphics/librsvg2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile index 1c077631fedb..0ad4815eb244 100644 --- a/graphics/librsvg2/Makefile +++ b/graphics/librsvg2/Makefile @@ -8,7 +8,7 @@ PORTNAME= librsvg2 PORTVERSION= 2.26.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics gnome MASTER_SITES= GNOME MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -46,7 +46,7 @@ OPTIONS= MOZILLA_PLUGIN "Enable the SVG browser plug-in" on .include <bsd.port.pre.mk> .if defined(WITH_MOZILLA_PLUGIN) -USE_GECKO= firefox mozilla seamonkey libxul xulrunner +USE_GECKO= libxul firefox mozilla seamonkey xulrunner USE_WEBPLUGINS= gecko* WEBPLUGINS_FILES=libmozsvgdec.so .include "${PORTSDIR}/www/mozilla/bsd.gecko.mk" |