From b7725d69abf92e380056f8b6df31ce69c954af0c Mon Sep 17 00:00:00 2001 From: kris Date: Sat, 7 Feb 2004 23:29:09 +0000 Subject: BROKEN on 5.x: fails to configure --- cad/pcb/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile index dbb9364de181..cb5b501ba125 100644 --- a/cad/pcb/Makefile +++ b/cad/pcb/Makefile @@ -24,9 +24,15 @@ GNU_CONFIGURE= yes INFO= pcb +.include + +.if ${OSVERSION} >= 502000 +BROKEN= "Fails to configure" +.endif + post-install: install-info --section="Utilities" \ --entry="* PCB: (pcb). Interactive printed circuit board layout system for X11" \ ${PREFIX}/info/pcb.info ${PREFIX}/info/dir -.include +.include -- cgit