From eaf5701df3325c19aeea34eddc858f3825e22000 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sun, 23 Aug 2020 19:48:24 +0000 Subject: [PATCH] Sort RUN_DEPENDS - Add NO_ARCH --- textproc/rubygem-ronn/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/textproc/rubygem-ronn/Makefile b/textproc/rubygem-ronn/Makefile index f66e5dcfa36f..03a424d4886c 100644 --- a/textproc/rubygem-ronn/Makefile +++ b/textproc/rubygem-ronn/Makefile @@ -12,12 +12,14 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= rubygem-hpricot>=0.8.2:www/rubygem-hpricot \ - rubygem-rdiscount>=1.5.8:textproc/rubygem-rdiscount \ - rubygem-mustache>=0.7.0:devel/rubygem-mustache + rubygem-mustache>=0.7.0:devel/rubygem-mustache \ + rubygem-rdiscount>=1.5.8:textproc/rubygem-rdiscount USES= gem USE_RUBY= yes +NO_ARCH= yes + PLIST_FILES= bin/ronn .include