diff options
Diffstat (limited to 'security/rubygem-devise-two-factor/Makefile')
-rw-r--r-- | security/rubygem-devise-two-factor/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/security/rubygem-devise-two-factor/Makefile b/security/rubygem-devise-two-factor/Makefile index f84c8757f7fe..89c72ad83d5f 100644 --- a/security/rubygem-devise-two-factor/Makefile +++ b/security/rubygem-devise-two-factor/Makefile @@ -12,11 +12,11 @@ COMMENT= Barebones two-factor authentication with Devise LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-activesupport4>=0:${PORTSDIR}/devel/rubygem-activesupport4 \ - rubygem-attr_encrypted>=1.3:${PORTSDIR}/security/rubygem-attr_encrypted \ - rubygem-devise-rails4>=3.5:${PORTSDIR}/devel/rubygem-devise-rails4 \ - rubygem-railties4>=0:${PORTSDIR}/www/rubygem-railties4 \ - rubygem-rotp>=2.0:${PORTSDIR}/devel/rubygem-rotp +RUN_DEPENDS= rubygem-activesupport4>=0:devel/rubygem-activesupport4 \ + rubygem-attr_encrypted>=1.3:security/rubygem-attr_encrypted \ + rubygem-devise-rails4>=3.5:devel/rubygem-devise-rails4 \ + rubygem-railties4>=0:www/rubygem-railties4 \ + rubygem-rotp>=2.0:devel/rubygem-rotp NO_ARCH= yes USE_RUBY= yes |