1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

BROKEN on 5.x: Configure fails

This commit is contained in:
Kris Kennaway 2004-02-08 01:01:36 +00:00
parent 37045a4567
commit f2b7507181
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100316

View File

@ -22,4 +22,10 @@ DATADIR= ${PREFIX}/share/lcdf-${PORTNAME}
MAN1= cfftot1.1 mmafm.1 mmpfb.1 otfinfo.1 otftotfm.1 t1lint.1 t1testpage.1
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502000
BROKEN= "Configure fails"
.endif
.include <bsd.port.post.mk>