diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-04-02 23:11:51 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-04-02 23:11:51 +0000 |
commit | 0062dbba2f0374c8b97f1278025d1d759a9248cb (patch) | |
tree | c81543e6fbb9249c0e244729528c93ac54b5c41b /misc/heyu | |
parent | 9a8f155fc18c497bf17a1bb94267a1a7dbcda999 (diff) | |
download | ports-0062dbba2f0374c8b97f1278025d1d759a9248cb.tar.gz ports-0062dbba2f0374c8b97f1278025d1d759a9248cb.zip |
Notes
Diffstat (limited to 'misc/heyu')
-rw-r--r-- | misc/heyu/Makefile | 8 |
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> |