diff options
-rw-r--r-- | devel/rubygem-tzinfo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/rubygem-tzinfo/Makefile b/devel/rubygem-tzinfo/Makefile index d76d1e532f23..08d1af01835c 100644 --- a/devel/rubygem-tzinfo/Makefile +++ b/devel/rubygem-tzinfo/Makefile @@ -3,7 +3,7 @@ PORTNAME= tzinfo PORTVERSION= 1.2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -13,7 +13,7 @@ COMMENT= Daylight-savings aware timezone support for Ruby LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-thread_safe1>=0.1:devel/rubygem-thread_safe1 +RUN_DEPENDS= rubygem-thread_safe>=0.1:devel/rubygem-thread_safe NO_ARCH= yes USE_RUBY= yes |