Index: Makefile =================================================================== RCS file: /home/pcvs/ports/graphics/librsvg2/Makefile,v retrieving revision 1.72 diff -u -u -r1.72 Makefile --- Makefile 10 Apr 2009 05:55:59 -0000 1.72 +++ Makefile 13 Apr 2009 17:07:08 -0000 @@ -40,12 +40,12 @@ MAN1= rsvg.1 -OPTIONS= MOZILLA_PLUGIN "Enable the SVG browser plug-in" no +OPTIONS= MOZILLA_PLUGIN "Enable the SVG browser plug-in" on .include .if defined(WITH_MOZILLA_PLUGIN) -USE_GECKO= firefox mozilla seamonkey xulrunner +USE_GECKO= xulrunner libxul firefox mozilla seamonkey USE_WEBPLUGINS= gecko* WEBPLUGINS_FILES=libmozsvgdec.so .include "${PORTSDIR}/www/mozilla/bsd.gecko.mk"