diff options
Diffstat (limited to 'devel/rubygem-rspec/Makefile')
-rw-r--r-- | devel/rubygem-rspec/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/rubygem-rspec/Makefile b/devel/rubygem-rspec/Makefile index 1e1925ebe437..8b59377b1c68 100644 --- a/devel/rubygem-rspec/Makefile +++ b/devel/rubygem-rspec/Makefile @@ -12,9 +12,9 @@ COMMENT= Behaviour Driven Development in Ruby LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md -RUN_DEPENDS= rubygem-rspec-core>=${PORTVERSION:R}:${PORTSDIR}/devel/rubygem-rspec-core \ - rubygem-rspec-expectations>=${PORTVERSION:R}:${PORTSDIR}/devel/rubygem-rspec-expectations \ - rubygem-rspec-mocks>=${PORTVERSION:R}:${PORTSDIR}/devel/rubygem-rspec-mocks +RUN_DEPENDS= rubygem-rspec-core>=${PORTVERSION:R}:devel/rubygem-rspec-core \ + rubygem-rspec-expectations>=${PORTVERSION:R}:devel/rubygem-rspec-expectations \ + rubygem-rspec-mocks>=${PORTVERSION:R}:devel/rubygem-rspec-mocks NO_ARCH= yes USE_RUBY= yes |