summaryrefslogtreecommitdiff
path: root/misc/heyu
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-04-02 23:11:51 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-04-02 23:11:51 +0000
commit0062dbba2f0374c8b97f1278025d1d759a9248cb (patch)
treec81543e6fbb9249c0e244729528c93ac54b5c41b /misc/heyu
parentUpdate to the 20060401 snapshot of GCC 4.2.0. (diff)
BROKEN on 6.x: Does not compile
Notes
Notes: svn path=/head/; revision=158665
Diffstat (limited to 'misc/heyu')
-rw-r--r--misc/heyu/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/misc/heyu/Makefile b/misc/heyu/Makefile
index 1e5d9337f058..59c241a9d99b 100644
--- a/misc/heyu/Makefile
+++ b/misc/heyu/Makefile
@@ -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>