summaryrefslogtreecommitdiff
path: root/www/elinks
diff options
context:
space:
mode:
authorThomas Abthorpe <tabthorpe@FreeBSD.org>2013-10-10 18:06:10 +0000
committerThomas Abthorpe <tabthorpe@FreeBSD.org>2013-10-10 18:06:10 +0000
commit9f03f7ce8b6091c342bc988953397adffc31e7c0 (patch)
tree78de2318632d5e0155758c7251e41a519355b059 /www/elinks
parentAdd 10.0 RCS dependency. (diff)
- Remove option to build with ruby18
- No PORTREVISION bump, option is off by default With hat: portmgr
Notes
Notes: svn path=/head/; revision=330024
Diffstat (limited to 'www/elinks')
-rw-r--r--www/elinks/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/www/elinks/Makefile b/www/elinks/Makefile
index 43e7cbe28b0f..bd32276ca19f 100644
--- a/www/elinks/Makefile
+++ b/www/elinks/Makefile
@@ -25,7 +25,7 @@ MAN5= elinkskeys.5 elinks.conf.5
OPTIONS_DEFINE= 88COLORS 256COLORS SPIDERMONKEY XBELMARKS LOCAL_CGI \
FINGER GOPHER BITTORRENT NNTP FTP FSP SMB EXMODE \
- HIGHLIGHT IDN NOROOT FASTMEM PERL RUBY \
+ HIGHLIGHT IDN NOROOT FASTMEM PERL \
LUA GUILE ICONV MOUSE NLS
OPTIONS_DEFAULT= 88COLORS 256COLORS FTP EXMODE HIGHLIGHT FASTMEM MOUSE
88COLORS_DESC= 88 color support
@@ -52,12 +52,12 @@ PLIST_SUB+= NLS="@comment "
CONFIGURE_ARGS+= --disable-nls
.endif
-.if ${PORT_OPTIONS:MRUBY}
-LIB_DEPENDS+= ruby18:${PORTSDIR}/lang/ruby18
-CONFIGURE_ARGS+= --with-ruby
-.else
-CONFIGURE_ARGS+= --without-ruby
-.endif
+#.if ${PORT_OPTIONS:MRUBY}
+#LIB_DEPENDS+= ruby18:${PORTSDIR}/lang/ruby18
+#CONFIGURE_ARGS+= --with-ruby
+#.else
+#CONFIGURE_ARGS+= --without-ruby
+#.endif
.if ${PORT_OPTIONS:MGUILE}
LIB_DEPENDS+= guile:${PORTSDIR}/lang/guile