diff options
author | taca <taca@pkgsrc.org> | 2011-06-18 04:05:14 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-06-18 04:05:14 +0000 |
commit | bae6a9698fcc4979b869111732e4cfcf04e43453 (patch) | |
tree | 5a3e5c479c62baef815bd2e9af6e3373a3732c15 /devel | |
parent | 6e997469c659ded5381dbd516a91aaa23a284808 (diff) | |
download | pkgsrc-bae6a9698fcc4979b869111732e4cfcf04e43453.tar.gz |
Add and enable ruby-rspec-rails.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/Makefile b/devel/Makefile index f48129d927c..addc160ba89 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1465 2011/06/18 03:50:44 taca Exp $ +# $NetBSD: Makefile,v 1.1466 2011/06/18 04:05:14 taca Exp $ # COMMENT= Development utilities @@ -1323,8 +1323,9 @@ SUBDIR+= ruby-rspec SUBDIR+= ruby-rspec-core SUBDIR+= ruby-rspec-expectations SUBDIR+= ruby-rspec-mocks -SUBDIR+= ruby-rspec1 +SUBDIR+= ruby-rspec-rails SUBDIR+= ruby-rspec-rails1 +SUBDIR+= ruby-rspec1 SUBDIR+= ruby-setup SUBDIR+= ruby-sexp-processor SUBDIR+= ruby-simple_uuid |