svn commit: r330024 - head/www/elinks

Thomas Abthorpe tabthorpe at FreeBSD.org
Thu Oct 10 18:06:10 UTC 2013


Author: tabthorpe
Date: Thu Oct 10 18:06:10 2013
New Revision: 330024
URL: http://svnweb.freebsd.org/changeset/ports/330024

Log:
  - Remove option to build with ruby18
  - No PORTREVISION bump, option is off by default
  
  With hat:	portmgr

Modified:
  head/www/elinks/Makefile

Modified: head/www/elinks/Makefile
==============================================================================
--- head/www/elinks/Makefile	Thu Oct 10 17:53:33 2013	(r330023)
+++ head/www/elinks/Makefile	Thu Oct 10 18:06:10 2013	(r330024)
@@ -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


More information about the svn-ports-head mailing list