1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

devel/rubygem-celluloid: correct run dependency

- set run dependency on timers1, according to celluloid's gemspec

PR:		189980
Submitted by:	kvedulv@kvedulv.de
Approved by:	koobs (mentor)
Approved by:	swills (mentor)
This commit is contained in:
Johannes Jost Meixner 2014-08-11 21:15:36 +00:00
parent 1d45475530
commit ff0b3a71bd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364664

View File

@ -11,7 +11,7 @@ COMMENT= Build concurrent programs out of concurrent objects
LICENSE= MIT
RUN_DEPENDS= rubygem-timers>=1.1.0:${PORTSDIR}/devel/rubygem-timers
RUN_DEPENDS= rubygem-timers1>=1.1.0:${PORTSDIR}/devel/rubygem-timers1
USE_RUBY= yes
USE_RUBYGEMS= yes