svn commit: r338491 - head/textproc/rast

Steve Wills swills at FreeBSD.org
Thu Jan 2 20:28:29 UTC 2014


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

Log:
  - Ruby 1.8 is gone, mark this broken unconditionally (with all versions of
    Ruby)

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

Modified: head/textproc/rast/Makefile
==============================================================================
--- head/textproc/rast/Makefile	Thu Jan  2 20:25:40 2014	(r338490)
+++ head/textproc/rast/Makefile	Thu Jan  2 20:28:28 2014	(r338491)
@@ -68,8 +68,6 @@ NO_STAGE=	yes
 
 DEFAULT_ENCODING?=	euc_jp
 
-.if ${RUBY_VER} == 1.9
-BROKEN=	does not compile with ruby 1.9
-.endif
+BROKEN=		Does not compile
 
 .include <bsd.port.post.mk>


More information about the svn-ports-all mailing list