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