BROKEN on 6.x: Does not compile

This commit is contained in:
Kris Kennaway 2006-04-02 23:11:51 +00:00
parent 9a8f155fc1
commit 0062dbba2f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158665

View file

@ -26,6 +26,12 @@ MAN1= heyu.1 heyuhelper.1
MAN5= x10config.5 \
x10sched.5
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 600105
BROKEN= Does not compile
.endif
post-patch:
@${REINPLACE_CMD} -E 's|/usr/local|${PREFIX}|g; \
s,(CC|CFLAGS) =,\1 ?=,g' \
@ -40,4 +46,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/x10config ${EXAMPLESDIR}/x10config.sample
${INSTALL_DATA} ${WRKSRC}/x10sched.conf.sample ${EXAMPLESDIR}
.include <bsd.port.mk>
.include <bsd.port.post.mk>