Missing dependency on devel/ruby-i18n.

This commit is contained in:
ajacoutot 2015-05-16 06:53:02 +00:00
parent d397dbc41d
commit e72f96699b

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.20 2015/05/14 17:58:21 jasper Exp $ # $OpenBSD: Makefile,v 1.21 2015/05/16 06:53:02 ajacoutot Exp $
COMMENT = execute commands in parallel on multiple remote machines COMMENT = execute commands in parallel on multiple remote machines
DISTNAME = capistrano-3.4.0 DISTNAME = capistrano-3.4.0
CATEGORIES = sysutils CATEGORIES = sysutils
REVISION = 0
HOMEPAGE = http://www.capistranorb.com/ HOMEPAGE = http://www.capistranorb.com/
@ -15,6 +16,7 @@ MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem CONFIGURE_STYLE = ruby gem
BUILD_DEPENDS = ${RUN_DEPENDS} BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = net/ruby-sshkit,${MODRUBY_FLAVOR} RUN_DEPENDS = devel/ruby-i18n,${MODRUBY_FLAVOR} \
net/ruby-sshkit,${MODRUBY_FLAVOR}
.include <bsd.port.mk> .include <bsd.port.mk>