summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2014-01-02 20:28:28 +0000
committerSteve Wills <swills@FreeBSD.org>2014-01-02 20:28:28 +0000
commita06e0b53839727a7911963bfc57e69a5f805ccc8 (patch)
tree1f7e54ee5ce71cbfd29055438c5ff4e8f19dcb62 /textproc
parent- Ruby 1.9 is default, remove logic for it (diff)
- Ruby 1.8 is gone, mark this broken unconditionally (with all versions of
Ruby)
Notes
Notes: svn path=/head/; revision=338491
Diffstat (limited to 'textproc')
-rw-r--r--textproc/rast/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/rast/Makefile b/textproc/rast/Makefile
index 409bf67cd303..8df677da3de9 100644
--- a/textproc/rast/Makefile
+++ b/textproc/rast/Makefile
@@ -68,8 +68,6 @@ NO_STAGE= yes
DEFAULT_ENCODING?= euc_jp
-.if ${RUBY_VER} == 1.9
-BROKEN= does not compile with ruby 1.9
-.endif
+BROKEN= Does not compile
.include <bsd.port.post.mk>