diff options
author | taca <taca@pkgsrc.org> | 2021-02-14 14:05:16 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2021-02-14 14:05:16 +0000 |
commit | 97b9a80ad4b016ac9f38a32853c73d89087eef05 (patch) | |
tree | 55ecfad6267549e787b8619b30bb7ad3ca39f670 /www | |
parent | 64d13ab6d39829ac7fbc075b53c118cdee1ae79e (diff) | |
download | pkgsrc-97b9a80ad4b016ac9f38a32853c73d89087eef05.tar.gz |
www/Makefile: add and enable ruby-actioncable61
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index 9dd8a6aacce..f50827785d4 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1509 2021/02/14 13:59:40 taca Exp $ +# $NetBSD: Makefile,v 1.1510 2021/02/14 14:05:16 taca Exp $ # COMMENT= Packages related to the World Wide Web @@ -858,6 +858,7 @@ SUBDIR+= ramaze SUBDIR+= rekonq SUBDIR+= ruby-actioncable52 SUBDIR+= ruby-actioncable60 +SUBDIR+= ruby-actioncable61 SUBDIR+= ruby-actionpack52 SUBDIR+= ruby-actionpack60 SUBDIR+= ruby-actionpack61 |