BROKEN on 5.x: Does not compile

This commit is contained in:
Kris Kennaway 2004-02-06 22:59:51 +00:00
parent 0ac620fdd8
commit a60c32b0cd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100187

View File

@ -33,6 +33,12 @@ GNU_CONFIGURE= yes
IS_INTERACTIVE= yes
.endif
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502000
BROKEN= "Does not compile"
.endif
post-patch:
${REINPLACE_CMD} 's:@@prefix@@:${PREFIX}:g' ${WRKSRC}/src/paths.c
@ -70,4 +76,4 @@ post-install:
${DOCSDIR}/
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>