From 27469af6ac2e10d2704c0ee097fcd6ff4cfee3c1 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Wed, 29 Oct 2003 08:24:22 +0000 Subject: Mark as broken on 5.x for the usual gcc reasons. Pet portlint. --- print/cpp2latex/Makefile | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'print/cpp2latex') diff --git a/print/cpp2latex/Makefile b/print/cpp2latex/Makefile index 99ce71f4c256..282d7af5ddaf 100644 --- a/print/cpp2latex/Makefile +++ b/print/cpp2latex/Makefile @@ -17,12 +17,18 @@ COMMENT= Convert C++ source to a file you can input in an LaTeX-document GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +.include + +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +.endif + .if !defined(NOPORTDOCS) post-install: @${MKDIR} ${DOCSDIR} -.for file in AUTHORS ChangeLog README TODO - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} +.for docfile in AUTHORS ChangeLog README TODO + ${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR} .endfor .endif -.include +.include -- cgit v1.2.3