diff options
author | taca <taca@pkgsrc.org> | 2018-03-21 09:53:35 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2018-03-21 09:53:35 +0000 |
commit | 9532d5ef2daf5b747c238235aedc0f184adce976 (patch) | |
tree | 7e784e8f5c23c916dde7d9a050083713a280b7f2 /www/Makefile | |
parent | 582b6fdea9129c728b2cf8aa3375cc27f9bcfe05 (diff) | |
download | pkgsrc-9532d5ef2daf5b747c238235aedc0f184adce976.tar.gz |
www/Makefile: add and enable ruby-actionview51
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index 32a394496bb..2e3fefcf692 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1316 2018/03/17 16:17:37 taca Exp $ +# $NetBSD: Makefile,v 1.1317 2018/03/21 09:53:35 taca Exp $ # COMMENT= Packages related to the World Wide Web @@ -774,6 +774,7 @@ SUBDIR+= rekonq SUBDIR+= ruby-actionpack32 SUBDIR+= ruby-actionpack42 SUBDIR+= ruby-actionview42 +SUBDIR+= ruby-actionview51 SUBDIR+= ruby-activeresource32 SUBDIR+= ruby-borges SUBDIR+= ruby-capybara |