aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2014-01-03 04:25:40 +0800
committerswills <swills@FreeBSD.org>2014-01-03 04:25:40 +0800
commite1ccef5cc24c88473c381e4fb0f4d21e3080af93 (patch)
treeb22974cce7322b888067c4d26afb6d3b0f502b25 /textproc
parentda5c0544d1a3629aa238ec243847046e213de7fd (diff)
downloadfreebsd-ports-gnome-e1ccef5cc24c88473c381e4fb0f4d21e3080af93.tar.gz
freebsd-ports-gnome-e1ccef5cc24c88473c381e4fb0f4d21e3080af93.tar.zst
freebsd-ports-gnome-e1ccef5cc24c88473c381e4fb0f4d21e3080af93.zip
- Ruby 1.9 is default, remove logic for it
With hat: ruby@
Diffstat (limited to 'textproc')
-rw-r--r--textproc/eruby/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/textproc/eruby/Makefile b/textproc/eruby/Makefile
index 988d71d6137d..60ca627932ba 100644
--- a/textproc/eruby/Makefile
+++ b/textproc/eruby/Makefile
@@ -51,8 +51,6 @@ post-install:
.endfor
.endif
-.if ${RUBY_VER} == "1.9"
CONFIGURE_ENV+= EXTRA_CFLAGS="${EXTRA_CFLAGS} -DWITH_RUBY_19"
-.endif
.include <bsd.port.post.mk>