Index: Makefile =================================================================== RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/graphics/lightspark-devel/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile 24 Jul 2010 16:38:12 -0000 1.6 +++ Makefile 24 Aug 2010 12:11:54 -0000 @@ -59,11 +59,8 @@ USE_WEBPLUGINS= native WEBPLUGINS_FILES=liblightsparkplugin.so .include "${PORTSDIR}/www/firefox/Makefile.webplugins" -CXXFLAGS+= -I${LOCALBASE}/include/firefox3 -BUILD_DEPENDS+= ${LOCALBASE}/include/firefox3/npfunctions.h:${PORTSDIR}/www/firefox \ - ${LOCALBASE}/libdata/pkgconfig/mozilla-plugin.pc:${PORTSDIR}/www/libxul -RUN_DEPENDS+= ${LOCALBASE}/include/firefox3/npfunctions.h:${PORTSDIR}/www/firefox \ - ${LOCALBASE}/libdata/pkgconfig/mozilla-plugin.pc:${PORTSDIR}/www/libxul +USE_GECKO= libxul +CXXFLAGS+= -I${LOCALBASE}/include/libxul PLIST_SUB+= PLUGIN="" CMAKE_ARGS+= -DCOMPILE_PLUGIN:BOOL=ON \ -DPLUGIN_DIRECTORY:STRING="${WEBPLUGINS_DIR}"