Index: Makefile =================================================================== --- Makefile (revision 374834) +++ Makefile (working copy) @@ -54,10 +54,6 @@ .include <bsd.port.options.mk> -.if ${OSVERSION} < 900000 -BROKEN= Fails to build -.endif - .if ${PORT_OPTIONS:MDVI} || ${PORT_OPTIONS:MT1LIB} USE_TEX= latex @@ -128,6 +124,7 @@ @${REINPLACE_CMD} -e 's|execinfo.h|#|g' \ -e 's|" == "|" = "|g' \ -e 's|-Werror||g' \ + -e '/^ *BROWSER_PLUGIN_DIR=/s/libdir}/libdir\\}/' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e '/^DOC_MODULE_VERSION/d' \ ${WRKSRC}/help/reference/libdocument/Makefile.in \