diff options
author | sakamoto <sakamoto> | 1999-07-09 05:46:45 +0000 |
---|---|---|
committer | sakamoto <sakamoto> | 1999-07-09 05:46:45 +0000 |
commit | 72954af1fa5f9215c2eae18bb199c6ca525b613e (patch) | |
tree | 940efce113413e696698da4aae589f168f9ca23b /lang/Makefile | |
parent | 9cd4d0f2db28d7eaad8b6dbded148611a770508a (diff) | |
download | pkgsrc-72954af1fa5f9215c2eae18bb199c6ca525b613e.tar.gz |
Enable "ruby".
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/Makefile b/lang/Makefile index dccd057f7ba..307e58b8012 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 1999/04/12 18:38:18 jlam Exp $ +# $NetBSD: Makefile,v 1.28 1999/07/09 05:46:45 sakamoto Exp $ # FreeBSD Id: Makefile,v 1.82 1997/09/30 07:49:24 asami Exp # @@ -54,7 +54,7 @@ SUBDIR += py-html-docs SUBDIR += python # SUBDIR += rexx-imc -# SUBDIR += ruby + SUBDIR += ruby SUBDIR += scheme48 # SUBDIR += schemetoc # SUBDIR += scm |