diff options
author | taca <taca@pkgsrc.org> | 2011-06-18 03:24:44 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-06-18 03:24:44 +0000 |
commit | 8fe36ea431d0c96a0612bd61cdc60cae9a600af7 (patch) | |
tree | daece37eb79ba037e48157f92f7796f216452d9a | |
parent | c4bcc47a554b01e2318af131f401b3e6d938a8ae (diff) | |
download | pkgsrc-8fe36ea431d0c96a0612bd61cdc60cae9a600af7.tar.gz |
Add and enable ruby-rspec-rails1.
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index f06daf71bc4..f9ca0ef52dc 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1463 2011/06/18 03:05:50 taca Exp $ +# $NetBSD: Makefile,v 1.1464 2011/06/18 03:24:44 taca Exp $ # COMMENT= Development utilities @@ -1321,6 +1321,7 @@ SUBDIR+= ruby-readline SUBDIR+= ruby-rgl SUBDIR+= ruby-rspec SUBDIR+= ruby-rspec1 +SUBDIR+= ruby-rspec-rails1 SUBDIR+= ruby-setup SUBDIR+= ruby-sexp-processor SUBDIR+= ruby-simple_uuid |