diff options
author | sakamoto <sakamoto> | 1999-09-21 01:18:06 +0000 |
---|---|---|
committer | sakamoto <sakamoto> | 1999-09-21 01:18:06 +0000 |
commit | b390004539bc1b94a1d24558b1c561d1a1656177 (patch) | |
tree | 9279f348fb16ca824cb35d557537fc3cc03e603a /lang | |
parent | a054b6090454043d78acad2d8ce9c2276c01ab99 (diff) | |
download | pkgsrc-b390004539bc1b94a1d24558b1c561d1a1656177.tar.gz |
Add DEPENDS+=readline-4.0, suggested by Hubert Feyrer.
Diffstat (limited to 'lang')
-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 |