diff options
Diffstat (limited to 'devel/rubygem-simplecov/Makefile')
-rw-r--r-- | devel/rubygem-simplecov/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/rubygem-simplecov/Makefile b/devel/rubygem-simplecov/Makefile index 99b49b746c43..34416dfee21d 100644 --- a/devel/rubygem-simplecov/Makefile +++ b/devel/rubygem-simplecov/Makefile @@ -10,9 +10,9 @@ COMMENT= Powerful configuration library and automatic merging of coverage across LICENSE= MIT -RUN_DEPENDS= rubygem-docile>=1.1.0:${PORTSDIR}/devel/rubygem-docile \ - rubygem-multi_json>=1.0:${PORTSDIR}/devel/rubygem-multi_json \ - rubygem-simplecov-html>=0.8.0:${PORTSDIR}/textproc/rubygem-simplecov-html +RUN_DEPENDS= rubygem-docile>=1.1.0:devel/rubygem-docile \ + rubygem-multi_json>=1.0:devel/rubygem-multi_json \ + rubygem-simplecov-html>=0.8.0:textproc/rubygem-simplecov-html NO_ARCH= yes USE_RUBY= yes |