aboutsummaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-07 23:49:38 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-07 23:49:38 +0000
commit11947add0c51078b01eb3b153bc758843bd70e8b (patch)
tree7dcaa10fa68cbf521585b3efd620ee3c50b72511 /cad
parent98462724c813798cc832ef86350d18a2ccebf075 (diff)
downloadports-11947add0c51078b01eb3b153bc758843bd70e8b.tar.gz
ports-11947add0c51078b01eb3b153bc758843bd70e8b.zip
This port is also broken on 4.x, and will be removed after April 7
Notes
Notes: svn path=/head/; revision=100312
Diffstat (limited to 'cad')
-rw-r--r--cad/pcb/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile
index cb5b501ba125..60dc36721b50 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>