diff options
author | swills <swills@FreeBSD.org> | 2014-01-03 04:25:40 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2014-01-03 04:25:40 +0800 |
commit | e1ccef5cc24c88473c381e4fb0f4d21e3080af93 (patch) | |
tree | b22974cce7322b888067c4d26afb6d3b0f502b25 /textproc | |
parent | da5c0544d1a3629aa238ec243847046e213de7fd (diff) | |
download | freebsd-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/Makefile | 2 |
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> |