diff options
author | kris <kris@FreeBSD.org> | 2004-02-07 23:29:09 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-07 23:29:09 +0000 |
commit | b7725d69abf92e380056f8b6df31ce69c954af0c (patch) | |
tree | e40dfde6e42b69d3b65234325bb192c8adc1b6ba /cad | |
parent | 88762ae005431db5d4641ef9271a9099d97daebe (diff) | |
download | FreeBSD-ports-b7725d69abf92e380056f8b6df31ce69c954af0c.zip FreeBSD-ports-b7725d69abf92e380056f8b6df31ce69c954af0c.tar.gz |
BROKEN on 5.x: fails to configure
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> |