diff options
author | taca <taca> | 2011-12-16 12:30:20 +0000 |
---|---|---|
committer | taca <taca> | 2011-12-16 12:30:20 +0000 |
commit | a46abacfb49ecf786893a7ae3c1b05f1c5af4007 (patch) | |
tree | 29123ca8a409d794b6f27bae109e59df9cab35b0 /www/Makefile | |
parent | 9ac02a88a99f68d5a38e37e233fb16e36b5287e2 (diff) | |
download | pkgsrc-a46abacfb49ecf786893a7ae3c1b05f1c5af4007.tar.gz |
Add and enable ruby-actionpack31 and ruby-activeresource31.
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index 20a9a5dbcb6..8ba02f5da48 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.847 2011/12/15 22:20:39 ryoon Exp $ +# $NetBSD: Makefile,v 1.848 2011/12/16 12:30:20 taca Exp $ # COMMENT= Packages related to the World Wide Web @@ -578,8 +578,10 @@ SUBDIR+= raggle SUBDIR+= ramaze SUBDIR+= ruby-actionpack SUBDIR+= ruby-actionpack3 +SUBDIR+= ruby-actionpack31 SUBDIR+= ruby-activeresource SUBDIR+= ruby-activeresource3 +SUBDIR+= ruby-activeresource31 SUBDIR+= ruby-borges SUBDIR+= ruby-clearsilver SUBDIR+= ruby-compass |