svn commit: r362990 - head/converters/ruby-iconv
Steve Wills
swills at FreeBSD.org
Sat Jul 26 22:07:59 UTC 2014
Author: swills
Date: Sat Jul 26 22:07:59 2014
New Revision: 362990
URL: http://svnweb.freebsd.org/changeset/ports/362990
QAT: https://qat.redports.org/buildarchive/r362990/
Log:
converters/ruby-iconv: mark ignore with Ruby 2.0 and newer
Modified:
head/converters/ruby-iconv/Makefile
Modified: head/converters/ruby-iconv/Makefile
==============================================================================
--- head/converters/ruby-iconv/Makefile Sat Jul 26 21:47:34 2014 (r362989)
+++ head/converters/ruby-iconv/Makefile Sat Jul 26 22:07:59 2014 (r362990)
@@ -31,6 +31,10 @@ PLIST_FILES= ${RUBY_ARCHLIBDIR:S,${PREFI
.include <bsd.port.pre.mk>
+.if ${RUBY_VER} != 1.9
+IGNORE= Not needed with Ruby 2.0 or higher
+.endif
+
RUBY_WRKDIR!= cd ${PORTSDIR}/${RUBY_PORT}; ${MAKE} -V WRKDIR
do-extract:
More information about the svn-ports-head
mailing list