diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-09-27 15:41:30 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-09-27 15:56:16 +0000 |
commit | 9e3a9ff95dcebcd4c3e36bd9e1d25b751af23dae (patch) | |
tree | 5d12b9a184858a28dbede42aa6b0a6657a67e8f5 | |
parent | 7974b48879a9ff6949dd147ca1364a73399a11fa (diff) | |
download | ports-9e3a9ff95dcebcd4c3e36bd9e1d25b751af23dae.tar.gz ports-9e3a9ff95dcebcd4c3e36bd9e1d25b751af23dae.zip |
devel/rubygem-actionview5: Cosmetic change
-rw-r--r-- | devel/rubygem-actionview5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/rubygem-actionview5/Makefile b/devel/rubygem-actionview5/Makefile index 706ba76b7090..7e0023c4bac9 100644 --- a/devel/rubygem-actionview5/Makefile +++ b/devel/rubygem-actionview5/Makefile @@ -21,10 +21,10 @@ RUN_DEPENDS= rubygem-activesupport5>=${PORTVERSION}:devel/rubygem-activesupport5 USES= cpe gem USE_RUBY= yes -CPE_VENDOR= rubyonrails - NO_ARCH= yes +CPE_VENDOR= rubyonrails + PORTSCOUT= limit:^5\.1\. .include <bsd.port.mk> |