diff options
author | kris <kris@FreeBSD.org> | 2006-04-03 07:11:51 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-04-03 07:11:51 +0800 |
commit | 5c9c0f8edb3a7819617e1547264a061a4e7d45cb (patch) | |
tree | 86225be58964447449cfee1bac008720f983f9a0 /misc | |
parent | 2f6f8b6cf8d54821e96e140a0a7c2e740e906bf2 (diff) | |
download | freebsd-ports-gnome-5c9c0f8edb3a7819617e1547264a061a4e7d45cb.tar.gz freebsd-ports-gnome-5c9c0f8edb3a7819617e1547264a061a4e7d45cb.tar.zst freebsd-ports-gnome-5c9c0f8edb3a7819617e1547264a061a4e7d45cb.zip |
BROKEN on 6.x: Does not compile
Diffstat (limited to 'misc')
-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> |