summaryrefslogtreecommitdiff
path: root/lang/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-01-05 19:19:34 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-01-05 19:19:34 +0000
commit647dc4365100dfb172d6ec1d9c7518f689000c02 (patch)
tree2f3f95da00fb73057b74f9d46bdf0c89ca002483 /lang/Makefile
parentMark BROKEN: unfetchable. (diff)
- Add ruby23 2.3.0
- Do not silence installation message - Use . instead of \* for COPYTREE_SHARE - Use do-test: - Use MAKE_CMD - Remove validate: - Cosmetic change Differential Revision: https://reviews.FreeBSD.org/D4749 PR: 205774 Exp-run by: antoine MFH: 2016Q1
Notes
Notes: svn path=/head/; revision=405313
Diffstat (limited to 'lang/Makefile')
-rw-r--r--lang/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile
index 5968eae9fe17..a80804af449e 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -292,6 +292,7 @@
SUBDIR += ruby20
SUBDIR += ruby21
SUBDIR += ruby22
+ SUBDIR += ruby23
SUBDIR += runawk
SUBDIR += rust
SUBDIR += rust-nightly