diff options
author | miwi <miwi@FreeBSD.org> | 2010-03-20 23:45:21 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-03-20 23:45:21 +0800 |
commit | 989d45aca7f2fb143f11173522425549098534c0 (patch) | |
tree | 6493e90787bddb6b1fbaad53820f6eb15bd1969b /lang | |
parent | 3122cf905935ae8e575bf7be5042484f1e0a4107 (diff) | |
download | freebsd-ports-gnome-989d45aca7f2fb143f11173522425549098534c0.tar.gz freebsd-ports-gnome-989d45aca7f2fb143f11173522425549098534c0.tar.zst freebsd-ports-gnome-989d45aca7f2fb143f11173522425549098534c0.zip |
- Mark BROKEN on HEAD: fails to build with new utmpx
Reported by: pointyhat
Diffstat (limited to 'lang')
-rw-r--r-- | lang/harbour/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/harbour/Makefile b/lang/harbour/Makefile index e63fdf487319..2a7793fd1bc6 100644 --- a/lang/harbour/Makefile +++ b/lang/harbour/Makefile @@ -60,6 +60,8 @@ pre-install: BROKEN= Leaves files behind on deinstall .elif ${ARCH} == "sparc64" BROKEN= Does not compile on sparc64: assertion failed +.elif ${OSVERSION} > 900007 +BROKEN= fails to build with new utmpx .endif .include <bsd.port.post.mk> |