From 2d90696175d566b91c5f6f79210fb0dd03ee5a40 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Sat, 14 Mar 2015 14:36:13 +0000 Subject: - Cleanup Mk/bsd.ruby.mk and remove no-op knobs in ruby ports Reviewed by: bapt Reviews: https://reviews.freebsd.org/D2030 --- textproc/ruby-rss.alt/Makefile | 1 - textproc/ruby-xmlconfigfile/Makefile | 1 - textproc/rubygem-nokogiri/Makefile | 1 - textproc/rubygem-nokogiri14/Makefile | 1 - textproc/rubygem-spreadsheet/Makefile | 1 - 5 files changed, 5 deletions(-) (limited to 'textproc') diff --git a/textproc/ruby-rss.alt/Makefile b/textproc/ruby-rss.alt/Makefile index 513afd2d92d0..645dcbc07984 100644 --- a/textproc/ruby-rss.alt/Makefile +++ b/textproc/ruby-rss.alt/Makefile @@ -20,7 +20,6 @@ CONFLICTS= ruby-rss-* USE_RUBY= yes USE_RUBY_SETUP= yes -USE_RUBY_FEATURES= rexml SADIR= lib/ruby/site_ruby/${RUBY_VER}/${RUBY_ARCH} DOCS_EN= README.en Tutorial.en diff --git a/textproc/ruby-xmlconfigfile/Makefile b/textproc/ruby-xmlconfigfile/Makefile index d780c07767ef..8b41d3ab7cb6 100644 --- a/textproc/ruby-xmlconfigfile/Makefile +++ b/textproc/ruby-xmlconfigfile/Makefile @@ -15,7 +15,6 @@ COMMENT= Ruby module for easy handling of XML configuration files OPTIONS_DEFINE= DOCS USE_RUBY= yes -USE_RUBY_FEATURES= rexml USE_RUBY_SETUP= yes RUBY_SETUP= install.rb diff --git a/textproc/rubygem-nokogiri/Makefile b/textproc/rubygem-nokogiri/Makefile index a8b1168bf3ff..70ce00ba83aa 100644 --- a/textproc/rubygem-nokogiri/Makefile +++ b/textproc/rubygem-nokogiri/Makefile @@ -12,7 +12,6 @@ COMMENT= HTML, XML, SAX, and Reader parser LICENSE= MIT USE_RUBY= yes -USE_RUBY_FEATURES= iconv USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes USE_GNOME= libxml2 libxslt diff --git a/textproc/rubygem-nokogiri14/Makefile b/textproc/rubygem-nokogiri14/Makefile index 812b018ba2fd..82f06c82ce98 100644 --- a/textproc/rubygem-nokogiri14/Makefile +++ b/textproc/rubygem-nokogiri14/Makefile @@ -12,7 +12,6 @@ COMMENT= HTML, XML, SAX, and Reader parser LICENSE= MIT USE_RUBY= yes -USE_RUBY_FEATURES= iconv USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes USE_GNOME= libxml2 libxslt diff --git a/textproc/rubygem-spreadsheet/Makefile b/textproc/rubygem-spreadsheet/Makefile index 2c35467fc938..185e31bfe7f8 100644 --- a/textproc/rubygem-spreadsheet/Makefile +++ b/textproc/rubygem-spreadsheet/Makefile @@ -14,7 +14,6 @@ LICENSE= GPLv3 RUN_DEPENDS= rubygem-ruby-ole>=1.0:${PORTSDIR}/devel/rubygem-ruby-ole USE_RUBY= yes -USE_RUBY_FEATURES= iconv USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -- cgit