1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

mark broken on 4-stable

This commit is contained in:
Ying-Chieh Liao 2004-07-12 03:45:29 +00:00
parent 4005598746
commit ae7fb0e9b1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113445

View File

@ -32,6 +32,12 @@ PLIST_FILES= bin/klassmodeler
PORTDOCS= *
.endif
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= "Does not compile on 4.x"
.endif
post-patch:
@${REINPLACE_CMD} -e "s,\`wx-config,\`${WX_CONFIG}," ${WRKSRC}/../configure
@ -42,4 +48,4 @@ do-install:
${CP} ${WRKSRC}/../klassmodeler/docs/en/*.html ${DOCSDIR}
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>