diff options
Diffstat (limited to 'www/rubygem-hackpad-cli/Makefile')
-rw-r--r-- | www/rubygem-hackpad-cli/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www/rubygem-hackpad-cli/Makefile b/www/rubygem-hackpad-cli/Makefile index e972da058ae3..4e38939e8638 100644 --- a/www/rubygem-hackpad-cli/Makefile +++ b/www/rubygem-hackpad-cli/Makefile @@ -11,12 +11,12 @@ COMMENT= CLI for some remote hackpad operations LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-cliprompt>=0.1.2:${PORTSDIR}/devel/rubygem-cliprompt \ - rubygem-configstruct>=0.1.0:${PORTSDIR}/devel/rubygem-configstruct \ - rubygem-oauth>=0.4.7:${PORTSDIR}/net/rubygem-oauth \ - rubygem-paint>=1.0.0:${PORTSDIR}/devel/rubygem-paint \ - rubygem-reverse_markdown>=1.0.0:${PORTSDIR}/textproc/rubygem-reverse_markdown \ - rubygem-thor>=0:${PORTSDIR}/devel/rubygem-thor +RUN_DEPENDS= rubygem-cliprompt>=0.1.2:devel/rubygem-cliprompt \ + rubygem-configstruct>=0.1.0:devel/rubygem-configstruct \ + rubygem-oauth>=0.4.7:net/rubygem-oauth \ + rubygem-paint>=1.0.0:devel/rubygem-paint \ + rubygem-reverse_markdown>=1.0.0:textproc/rubygem-reverse_markdown \ + rubygem-thor>=0:devel/rubygem-thor NO_ARCH= yes USE_RUBY= yes |