From 3c9fd47636c4726c7e26953a5681225e2a5de9c3 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sat, 25 Oct 2003 07:44:34 +0000 Subject: Mark as broken on 5.x. Distfile dates from 1994, last patch dates from 1996. It seems time has passed this influential program by. --- cad/spice/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/cad/spice/Makefile b/cad/spice/Makefile index 7dadd8d9a985..b91e57bd1475 100644 --- a/cad/spice/Makefile +++ b/cad/spice/Makefile @@ -18,6 +18,12 @@ EXTRACT_ONLY= sp3f4.kit${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= A general-purpose circuit simulation program +.include + +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +.endif + USE_XLIB= yes USE_REINPLACE= yes NO_WRKSUBDIR= yes @@ -40,4 +46,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/examples/*.cir ${EXAMPLESDIR} .endif -.include +.include -- cgit v1.2.3