diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-03-14 22:36:13 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-03-14 22:36:13 +0800 |
commit | 2d90696175d566b91c5f6f79210fb0dd03ee5a40 (patch) | |
tree | 2381c9e3fc179167f80b08bb612be1951bcc7d4d /textproc | |
parent | 5370fcccabd23afe19afc51a9d428daba2708b3d (diff) | |
download | freebsd-ports-gnome-2d90696175d566b91c5f6f79210fb0dd03ee5a40.tar.gz freebsd-ports-gnome-2d90696175d566b91c5f6f79210fb0dd03ee5a40.tar.zst freebsd-ports-gnome-2d90696175d566b91c5f6f79210fb0dd03ee5a40.zip |
- Cleanup Mk/bsd.ruby.mk and remove no-op knobs in ruby ports
Reviewed by: bapt
Reviews: https://reviews.freebsd.org/D2030
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-rss.alt/Makefile | 1 | ||||
-rw-r--r-- | textproc/ruby-xmlconfigfile/Makefile | 1 | ||||
-rw-r--r-- | textproc/rubygem-nokogiri/Makefile | 1 | ||||
-rw-r--r-- | textproc/rubygem-nokogiri14/Makefile | 1 | ||||
-rw-r--r-- | textproc/rubygem-spreadsheet/Makefile | 1 |
5 files changed, 0 insertions, 5 deletions
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 |