aboutsummaryrefslogtreecommitdiff
path: root/textproc/eruby
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2011-07-04 17:46:12 +0000
committerSteve Wills <swills@FreeBSD.org>2011-07-04 17:46:12 +0000
commite7abcc4e4ee262b2727f97644e3f430fe30c0063 (patch)
treed8e34ebc3edb0a67e5e17670cee70522b4cc5eb1 /textproc/eruby
parent071f10abba59af940bdb187f7a08d674edda932c (diff)
downloadports-e7abcc4e4ee262b2727f97644e3f430fe30c0063.tar.gz
ports-e7abcc4e4ee262b2727f97644e3f430fe30c0063.zip
- Mark as broken with Ruby 1.9
Approved by: portmgr
Notes
Notes: svn path=/head/; revision=277053
Diffstat (limited to 'textproc/eruby')
-rw-r--r--textproc/eruby/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/eruby/Makefile b/textproc/eruby/Makefile
index 0cd8d2de96f6..4feff21e9719 100644
--- a/textproc/eruby/Makefile
+++ b/textproc/eruby/Makefile
@@ -62,7 +62,7 @@ CONFIGURE_ENV+= EXTRA_LDFLAGS="${EXTRA_LDFLAGS} -pthread"
.endif
.endif
-.if ${RUBY_RELVERSION} == 1.9.1
+.if ${RUBY_RELVERSION} == 1.9.2
CONFIGURE_ENV+= EXTRA_CFLAGS="${EXTRA_CFLAGS} -DWITH_RUBY_19"
.endif