svn commit: r338490 - head/textproc/eruby

Steve Wills swills at FreeBSD.org
Thu Jan 2 20:25:40 UTC 2014


Author: swills
Date: Thu Jan  2 20:25:40 2014
New Revision: 338490
URL: http://svnweb.freebsd.org/changeset/ports/338490

Log:
  - Ruby 1.9 is default, remove logic for it
  
  With hat:	ruby@

Modified:
  head/textproc/eruby/Makefile   (contents, props changed)

Modified: head/textproc/eruby/Makefile
==============================================================================
--- head/textproc/eruby/Makefile	Thu Jan  2 20:22:52 2014	(r338489)
+++ head/textproc/eruby/Makefile	Thu Jan  2 20:25:40 2014	(r338490)
@@ -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>


More information about the svn-ports-all mailing list