summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2010-01-19 19:00:11 +0000
committerErwin Lansing <erwin@FreeBSD.org>2010-01-19 19:00:11 +0000
commit67dc659a9fbc1bd3bbb75a710ccdb54aa3b38bea (patch)
treea1ba5fc5688b59f57c921cd3d58a1dccc0e0fffd /graphics
parentUnbreak rssh on HEAD, where we don't have <utmp.h>. (diff)
Mark BROKEN on 9.x: does not build.
Notes
Notes: svn path=/head/; revision=248166
Diffstat (limited to 'graphics')
-rw-r--r--graphics/paintlib/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/paintlib/Makefile b/graphics/paintlib/Makefile
index 43250e43bc96..071a7a034218 100644
--- a/graphics/paintlib/Makefile
+++ b/graphics/paintlib/Makefile
@@ -29,4 +29,10 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
MAN1= paintlib-config.1
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 900000
+BROKEN= does not build
+.endif
+
+.include <bsd.port.post.mk>