BROKEN on 5.x: fails to configure

This commit is contained in:
Kris Kennaway 2004-02-07 23:29:09 +00:00
parent 0e515ac301
commit 0e22bbfb42
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100306

View File

@ -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>