Remove unnecessary test dependency on devel/ruby-jeweler

This commit is contained in:
jeremy 2020-11-11 01:34:29 +00:00
parent 823f1d7a09
commit a89dae0778

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.24 2019/07/12 20:48:48 sthen Exp $
# $OpenBSD: Makefile,v 1.25 2020/11/11 01:34:29 jeremy Exp $
COMMENT = pure-ruby implementation of the SSH2 client protocol
@ -17,7 +17,6 @@ CONFIGURE_STYLE = ruby gem
MODRUBY_TEST = rake
TEST_DEPENDS = devel/ruby-jeweler,${MODRUBY_FLAVOR} \
devel/ruby-mocha,${MODRUBY_FLAVOR}
TEST_DEPENDS = devel/ruby-mocha,${MODRUBY_FLAVOR}
.include <bsd.port.mk>