diff options
author | tron <tron> | 1999-08-24 14:14:28 +0000 |
---|---|---|
committer | tron <tron> | 1999-08-24 14:14:28 +0000 |
commit | 062f8033ac437b765889d1e54ee1ad356258d20e (patch) | |
tree | c541b72cfaf8fb51174956e09fcdc3af65b40d62 | |
parent | ccc23b9eb8033366aee2866661de8f6a546b94d9 (diff) | |
download | pkgsrc-062f8033ac437b765889d1e54ee1ad356258d20e.tar.gz |
"bison" is only required at build time.
-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 |