diff options
-rw-r--r-- | lang/ruby/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile index d69441535e4..3d62f98df99 100644 --- a/lang/ruby/Makefile +++ b/lang/ruby/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/09/17 03:43:23 sakamoto Exp $ +# $NetBSD: Makefile,v 1.6 1999/09/21 01:18:06 sakamoto Exp $ # DISTNAME= ruby-1.4.2 @@ -17,6 +17,7 @@ HOMEPAGE= http://www.netlab.co.jp/ruby/index.html BUILD_DEPENDS= ${LOCALBASE}/bin/bison:../../devel/bison DEPENDS+= gdbm-1.7.3:../../databases/gdbm DEPENDS+= ncurses-4.2:../../devel/ncurses +DEPENDS+= readline-4.0:../../devel/readline GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-shared |