aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2010-03-13 23:00:24 +0800
committererwin <erwin@FreeBSD.org>2010-03-13 23:00:24 +0800
commit6f2249220a7ca2d7b92bf7b429f85175f18d6365 (patch)
tree4e003ff8bb274ec96e470a8137d1699b59e85922 /graphics
parente323f1983d8ac42e4664dfe1b8b08e0c83b7e33a (diff)
downloadfreebsd-ports-gnome-6f2249220a7ca2d7b92bf7b429f85175f18d6365.tar.gz
freebsd-ports-gnome-6f2249220a7ca2d7b92bf7b429f85175f18d6365.tar.zst
freebsd-ports-gnome-6f2249220a7ca2d7b92bf7b429f85175f18d6365.zip
Mark BROKEN on 8.x as well as 9.x: does not build
Diffstat (limited to 'graphics')
-rw-r--r--graphics/paintlib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/paintlib/Makefile b/graphics/paintlib/Makefile
index d3f14e17150b..5d7b1ba130a5 100644
--- a/graphics/paintlib/Makefile
+++ b/graphics/paintlib/Makefile
@@ -39,7 +39,7 @@ post-patch:
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 900000
+.if ${OSVERSION} >= 800501
BROKEN= does not build
.endif