diff options
author | beat <beat@FreeBSD.org> | 2009-11-27 17:11:32 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2009-11-27 17:11:32 +0800 |
commit | 01799001f1cdb6217ba45462645e79bf3c4030a9 (patch) | |
tree | b65bd288589d8bbe5ed405c053cb731ce66fc361 /graphics | |
parent | fea2f3dc4c32c1d135a54691c2334301c42a0d53 (diff) | |
download | freebsd-ports-gnome-01799001f1cdb6217ba45462645e79bf3c4030a9.tar.gz freebsd-ports-gnome-01799001f1cdb6217ba45462645e79bf3c4030a9.tar.zst freebsd-ports-gnome-01799001f1cdb6217ba45462645e79bf3c4030a9.zip |
- Remove obsolete gecko providers
- Remove obsolete inclusion of www/mozilla/bsd.gecko.mk
Approved by: portmgr (miwi)
Exp-run by: miwi
Diffstat (limited to 'graphics')
-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 0ad4815eb244..e911912734ba 100644 --- a/graphics/librsvg2/Makefile +++ b/graphics/librsvg2/Makefile @@ -46,10 +46,10 @@ OPTIONS= MOZILLA_PLUGIN "Enable the SVG browser plug-in" on .include <bsd.port.pre.mk> .if defined(WITH_MOZILLA_PLUGIN) -USE_GECKO= libxul firefox mozilla seamonkey xulrunner +USE_GECKO= libxul seamonkey USE_WEBPLUGINS= gecko* WEBPLUGINS_FILES=libmozsvgdec.so -.include "${PORTSDIR}/www/mozilla/bsd.gecko.mk" +.include "${PORTSDIR}/Mk/bsd.gecko.mk" .include "${PORTSDIR}/www/firefox/Makefile.webplugins" CONFIGURE_ENV+= MOZILLA_CONFIG=no CONFIGURE_ARGS+=--enable-mozilla-plugin=yes |