diff options
author | minskim <minskim@pkgsrc.org> | 2016-08-01 16:46:52 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2016-08-01 16:46:52 +0000 |
commit | c105e285eea85d3bc0508fd2e6ab392140ca89bb (patch) | |
tree | cc3570fa74d3c4e6b8ac146d8d4365d97072028e /devel | |
parent | 6cf333b7f1ae3b7f4586274c12384912573cc043 (diff) | |
download | pkgsrc-c105e285eea85d3bc0508fd2e6ab392140ca89bb.tar.gz |
Enable ruby-contracts
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 8be8232fc05..8d9b59b11ac 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2289 2016/07/28 20:28:29 kamil Exp $ +# $NetBSD: Makefile,v 1.2290 2016/08/01 16:46:52 minskim Exp $ # COMMENT= Development utilities @@ -1980,6 +1980,7 @@ SUBDIR+= ruby-celluloid-fsm SUBDIR+= ruby-celluloid-pool SUBDIR+= ruby-celluloid-supervision SUBDIR+= ruby-cmd +SUBDIR+= ruby-contracts SUBDIR+= ruby-curses SUBDIR+= ruby-curses-gem SUBDIR+= ruby-daemon_controller |