diff options
author | taca <taca@pkgsrc.org> | 2013-02-11 08:51:33 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-02-11 08:51:33 +0000 |
commit | 79994ab51225edaa7fcc0d3af76d4fba5bd36b6b (patch) | |
tree | 6df87c15fe3c688159e998994fee36e21d32855c /devel | |
parent | 05c7d2e0cc7cb5632bb72c0a9f5314dff39fc2fb (diff) | |
download | pkgsrc-79994ab51225edaa7fcc0d3af76d4fba5bd36b6b.tar.gz |
Add and enable ruby-path.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 962cdb9ce96..5b64df51ba1 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1698 2013/02/11 08:47:45 taca Exp $ +# $NetBSD: Makefile,v 1.1699 2013/02/11 08:51:33 taca Exp $ # COMMENT= Development utilities @@ -1491,6 +1491,7 @@ SUBDIR+= ruby-parseconfig SUBDIR+= ruby-parser SUBDIR+= ruby-parsetree SUBDIR+= ruby-parslet +SUBDIR+= ruby-path SUBDIR+= ruby-pathname2 SUBDIR+= ruby-pkg-config SUBDIR+= ruby-polyglot |