From c3282eb705ec28b079694df079ca9ed08f921e70 Mon Sep 17 00:00:00 2001 From: agc Date: Mon, 21 Jan 2002 11:20:40 +0000 Subject: Add a build dependency on autoconf for the dylan packages - fixes a problem noted in recent bulk build results, and pointed out by Thomas Klausner. --- lang/dylan-interpreter/Makefile.common | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lang') diff --git a/lang/dylan-interpreter/Makefile.common b/lang/dylan-interpreter/Makefile.common index 3031853787d..2b3239b86e6 100644 --- a/lang/dylan-interpreter/Makefile.common +++ b/lang/dylan-interpreter/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2002/01/16 11:52:45 agc Exp $ +# $NetBSD: Makefile.common,v 1.4 2002/01/21 11:20:40 agc Exp $ # DISTNAME= gwydion-dylan-${DYLAN_VERSION} @@ -25,6 +25,7 @@ DYLAN_VERSION= 2.3.6 # other architecture changes will be gratefully received ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-sparc NetBSD-*-powerpc +BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf USE_PERL5= yes USE_LIBTOOL= yes -- cgit v1.2.3