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 /net | |
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 'net')
-rw-r--r-- | net/ruby-tcpsocketpipe/Makefile | 1 | ||||
-rw-r--r-- | net/rubygem-rightaws/Makefile | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/net/ruby-tcpsocketpipe/Makefile b/net/ruby-tcpsocketpipe/Makefile index 451c2f6c29d5..7baf16ed1dc0 100644 --- a/net/ruby-tcpsocketpipe/Makefile +++ b/net/ruby-tcpsocketpipe/Makefile @@ -15,7 +15,6 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby library to create I/O pipes for TCP socket tunneling USE_RUBY= yes -USE_RUBY_FEATURES= devel-logger NO_BUILD= yes PLIST_FILES= %%RUBY_SITELIBDIR%%/socketproxy.rb diff --git a/net/rubygem-rightaws/Makefile b/net/rubygem-rightaws/Makefile index e51ae6f66682..0f183343c706 100644 --- a/net/rubygem-rightaws/Makefile +++ b/net/rubygem-rightaws/Makefile @@ -27,8 +27,6 @@ LIBXML_DESC= Use libxml instead of REXML .if ${PORT_OPTIONS:MLIBXML} RUN_DEPENDS+= rubygem-libxml-ruby>=0.5.2:${PORTSDIR}/textproc/rubygem-libxml-ruby -.else -USE_RUBY_FEATURES= rexml .endif .include <bsd.port.mk> |