diff options
author | tron <tron@pkgsrc.org> | 1999-08-24 14:14:28 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-08-24 14:14:28 +0000 |
commit | 810ff39e9deb11fed45b20cd66e3903c6131baa0 (patch) | |
tree | c541b72cfaf8fb51174956e09fcdc3af65b40d62 /lang | |
parent | 917709015c033e89f704b22f5c5bf57a212522ad (diff) | |
download | pkgsrc-810ff39e9deb11fed45b20cd66e3903c6131baa0.tar.gz |
"bison" is only required at build time.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile index 308ee268944..9f781362cb7 100644 --- a/lang/ruby/Makefile +++ b/lang/ruby/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/08/17 02:16:44 sakamoto Exp $ +# $NetBSD: Makefile,v 1.4 1999/08/24 14:14:28 tron Exp $ # DISTNAME= ruby-1.4.0 @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.TokyoNet.AD.JP/pub/misc/ruby/ \ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.netlab.co.jp/ruby/index.html -DEPENDS= bison-1.27:../../devel/bison +BUILD_DEPENDS= ${LOCALBASE}/bin/bison:../../devel/bison GNU_CONFIGURE= yes |