Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jan 2014 20:25:40 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r338490 - head/textproc/eruby
Message-ID:  <201401022025.s02KPeeB070128@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401022025.s02KPeeB070128>