diff options
author | kris <kris@FreeBSD.org> | 2004-02-07 23:49:38 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-07 23:49:38 +0000 |
commit | f4c923db349b3a57165ddfc43f43545ce48efbbf (patch) | |
tree | 68e6b4214ad8a14c7231ecba562fb173f85ed118 /cad | |
parent | 70792994aa12f18c69d3d88ed2b7ca10553daeaf (diff) | |
download | FreeBSD-ports-f4c923db349b3a57165ddfc43f43545ce48efbbf.zip FreeBSD-ports-f4c923db349b3a57165ddfc43f43545ce48efbbf.tar.gz |
This port is also broken on 4.x, and will be removed after April 7
Diffstat (limited to 'cad')
-rw-r--r-- | cad/pcb/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile index cb5b501..60dc367 100644 --- a/cad/pcb/Makefile +++ b/cad/pcb/Makefile @@ -24,15 +24,12 @@ GNU_CONFIGURE= yes INFO= pcb -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 502000 BROKEN= "Fails to configure" -.endif +DEPRECATED= "Will be removed after April 7 if still broken" 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.post.mk> +.include <bsd.port.mk> |