From 73f86248bd7ce88d58060cf621b9d29042826aa6 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Thu, 16 Oct 2003 02:26:47 +0000 Subject: BROKEN on 5.x: does not compile --- textproc/htmltolatex/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'textproc/htmltolatex') diff --git a/textproc/htmltolatex/Makefile b/textproc/htmltolatex/Makefile index d526f2342c3f..5449c8453ef3 100644 --- a/textproc/htmltolatex/Makefile +++ b/textproc/htmltolatex/Makefile @@ -25,9 +25,15 @@ MAKEFILE= GNUmakefile MAKE_ARGS= CXX="${CXX}" \ CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include -DUNIX" +.include + +.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 +.include -- cgit v1.2.3