aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2010-09-11 02:17:24 +0800
committerpav <pav@FreeBSD.org>2010-09-11 02:17:24 +0800
commitb762eb48511a3da35b74ec9ae46cf9c813b4f2d5 (patch)
tree9df3d9df19d4b223d8808d7e632fe9cdd73af98c /graphics
parentd4dd29baab92f4f98674f90e23a28fb2e117359b (diff)
downloadfreebsd-ports-gnome-b762eb48511a3da35b74ec9ae46cf9c813b4f2d5.tar.gz
freebsd-ports-gnome-b762eb48511a3da35b74ec9ae46cf9c813b4f2d5.tar.zst
freebsd-ports-gnome-b762eb48511a3da35b74ec9ae46cf9c813b4f2d5.zip
- Mark BROKEN on 6.X: does not compile
Reported by: pointyhat
Diffstat (limited to 'graphics')
-rw-r--r--graphics/rubygem-objectdetect/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/rubygem-objectdetect/Makefile b/graphics/rubygem-objectdetect/Makefile
index 3d4c388a965c..83d877d77b47 100644
--- a/graphics/rubygem-objectdetect/Makefile
+++ b/graphics/rubygem-objectdetect/Makefile
@@ -20,4 +20,10 @@ USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 700000
+BROKEN= does not compile on 6.X
+.endif
+
+.include <bsd.port.post.mk>