summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-08-09 20:56:23 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-08-09 20:56:23 +0000
commit26b2a02400bf18734d02707a9858bdda83c799e7 (patch)
tree03c0f3285826f5f226be691638ff244f81e15430
parentQuote ${FIND} parameters and fix PLIST. (diff)
- Mark BROKEN on 8.X
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=239224
-rw-r--r--textproc/rast/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/rast/Makefile b/textproc/rast/Makefile
index dbfa52713a06..4b5ca33f6c7f 100644
--- a/textproc/rast/Makefile
+++ b/textproc/rast/Makefile
@@ -71,4 +71,8 @@ PLIST_SUB+= WITH_XMLRPC_C="@comment "
DEFAULT_ENCODING?= euc_jp
+.if ${OSVERSION} >= 800000
+BROKEN= does not compile on 8.X
+.endif
+
.include <bsd.port.post.mk>