diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-07 23:29:09 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-07 23:29:09 +0000 |
commit | 0e22bbfb423be0a310b16228a62bd4fe1cc9bbce (patch) | |
tree | d647de43fba5557a4dd669e7272c04f1b62d33b9 /cad/pcb | |
parent | 0e515ac301b28d991c38994b01809b8739f34e08 (diff) | |
download | ports-0e22bbfb423be0a310b16228a62bd4fe1cc9bbce.tar.gz ports-0e22bbfb423be0a310b16228a62bd4fe1cc9bbce.zip |
Notes
Diffstat (limited to 'cad/pcb')
-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 dbb9364de181..cb5b501ba125 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> |