diff options
Diffstat (limited to 'cad')
-rw-r--r-- | cad/pcb/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile index dbb9364..cb5b501 100644 --- a/cad/pcb/Makefile +++ b/cad/pcb/Makefile @@ -24,9 +24,15 @@ GNU_CONFIGURE= yes INFO= pcb +.include <bsd.port.pre.mk> + +.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 <bsd.port.mk> +.include <bsd.port.post.mk> |