diff options
Diffstat (limited to 'devel/rubygem-rubytree/Makefile')
-rw-r--r-- | devel/rubygem-rubytree/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/rubygem-rubytree/Makefile b/devel/rubygem-rubytree/Makefile index 03c5c4a9c685..f0caa6c87864 100644 --- a/devel/rubygem-rubytree/Makefile +++ b/devel/rubygem-rubytree/Makefile @@ -12,8 +12,8 @@ COMMENT= Implementation of the Tree data structure for the Ruby LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.md -RUN_DEPENDS= rubygem-json>=1.8:${PORTSDIR}/devel/rubygem-json \ - rubygem-structured_warnings>=0.2:${PORTSDIR}/devel/rubygem-structured_warnings +RUN_DEPENDS= rubygem-json>=1.8:devel/rubygem-json \ + rubygem-structured_warnings>=0.2:devel/rubygem-structured_warnings NO_ARCH= yes USE_RUBY= yes |