diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2009-11-27 09:11:32 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2009-11-27 09:11:32 +0000 |
commit | ab9d3a7b76d329c3349642bb66ffe85e753b47fc (patch) | |
tree | 1a9bb1913e9d1f9df1c73a5341da371a8293ef67 /graphics/librsvg2/Makefile | |
parent | 47a44eda6b6734aff454cd3058122c0ca3a9bfd9 (diff) | |
download | ports-ab9d3a7b76d329c3349642bb66ffe85e753b47fc.tar.gz ports-ab9d3a7b76d329c3349642bb66ffe85e753b47fc.zip |
- Remove obsolete gecko providers
- Remove obsolete inclusion of www/mozilla/bsd.gecko.mk
Approved by: portmgr (miwi)
Exp-run by: miwi
Notes
Notes:
svn path=/head/; revision=244841
Diffstat (limited to 'graphics/librsvg2/Makefile')
-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 |