From 810ff39e9deb11fed45b20cd66e3903c6131baa0 Mon Sep 17 00:00:00 2001 From: tron Date: Tue, 24 Aug 1999 14:14:28 +0000 Subject: "bison" is only required at build time. --- lang/ruby/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/ruby') 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 -- cgit v1.2.3