mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Ruby 1.9 is default now, remove logic for it
This commit is contained in:
parent
112f4c116d
commit
51638e6391
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338494
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user