diff options
author | swills <swills@FreeBSD.org> | 2014-01-03 04:34:05 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2014-01-03 04:34:05 +0800 |
commit | cd345129832b5173db58c8ed1da871c100a2089b (patch) | |
tree | 7921ccc5478ce648c9657bf01f826cceacbf2a44 /www | |
parent | d0eb27f604ec76c183b010548168f3b75b71e05c (diff) | |
download | freebsd-ports-gnome-cd345129832b5173db58c8ed1da871c100a2089b.tar.gz freebsd-ports-gnome-cd345129832b5173db58c8ed1da871c100a2089b.tar.zst freebsd-ports-gnome-cd345129832b5173db58c8ed1da871c100a2089b.zip |
- Ruby 1.9 is default now, remove logic for it
Diffstat (limited to 'www')
-rw-r--r-- | www/rubygem-rails/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/www/rubygem-rails/Makefile b/www/rubygem-rails/Makefile index 3496848a0fc0..73e56a27f1b9 100644 --- a/www/rubygem-rails/Makefile +++ b/www/rubygem-rails/Makefile @@ -29,6 +29,7 @@ RUN_DEPENDS= rubygem-actionmailer>=${PORTVERSION}:${PORTSDIR}/mail/rubygem-actio rubygem-sass-rails>=3.2.6:${PORTSDIR}/textproc/rubygem-sass-rails \ rubygem-sqlite3>=1.3.7:${PORTSDIR}/databases/rubygem-sqlite3 \ rubygem-treetop>=1.4.12:${PORTSDIR}/devel/rubygem-treetop \ + rubygem-turn>=0.8.3:${PORTSDIR}/devel/rubygem-turn \ rubygem-tzinfo>=0.3.35:${PORTSDIR}/devel/rubygem-tzinfo \ rubygem-uglifier>=1.3.0:${PORTSDIR}/www/rubygem-uglifier \ node:${PORTSDIR}/www/node @@ -54,10 +55,4 @@ FCGI_RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/fcgi.so:${PORTSDIR}/www/ruby-fcgi MEMCACHE_CLIENT_RUN_DEPENDS= rubygem-memcache-client>=1.2.0:${PORTSDIR}/databases/rubygem-memcache-client PASSENGER_RUN_DEPENDS= rubygem-passenger>=2.2.15:${PORTSDIR}/www/rubygem-passenger -.include <bsd.port.pre.mk> - -.if ${RUBY_VER} == 1.9 -RUN_DEPENDS+= rubygem-turn>=0.8.3:${PORTSDIR}/devel/rubygem-turn -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |