diff options
Diffstat (limited to 'textproc/htmltolatex/Makefile')
-rw-r--r-- | textproc/htmltolatex/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/textproc/htmltolatex/Makefile b/textproc/htmltolatex/Makefile index 5449c8453ef3..d526f2342c3f 100644 --- a/textproc/htmltolatex/Makefile +++ b/textproc/htmltolatex/Makefile @@ -25,15 +25,9 @@ MAKEFILE= GNUmakefile MAKE_ARGS= CXX="${CXX}" \ CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include -DUNIX" -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 501000 -BROKEN= "Does not compile" -.endif - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/h2l ${PREFIX}/bin @${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/nmr.tex ${DATADIR} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |