From fd98a79b7cb80a7df737f4e8122e6703ea6d0901 Mon Sep 17 00:00:00 2001 From: pav Date: Mon, 2 Mar 2009 21:36:12 +0000 Subject: - Mark BROKEN on FreeBSD 6.x, does not compile Reported by: pointyhat --- science/libctl/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'science') diff --git a/science/libctl/Makefile b/science/libctl/Makefile index 0e469057aea3..a8cb1905c42d 100644 --- a/science/libctl/Makefile +++ b/science/libctl/Makefile @@ -23,6 +23,12 @@ USE_LDCONFIG= yes MAN1= gen-ctl-io.1 +.include + +.if ${OSVERSION} < 700000 +BROKEN= does not compile on FreeBSD 6.X +.endif + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @@ -33,4 +39,4 @@ post-install: ${CP} -R ${WRKSRC}/examples/ ${EXAMPLESDIR} .endif -.include +.include -- cgit