diff options
author | agc <agc> | 2002-01-21 11:20:40 +0000 |
---|---|---|
committer | agc <agc> | 2002-01-21 11:20:40 +0000 |
commit | c3282eb705ec28b079694df079ca9ed08f921e70 (patch) | |
tree | 5da4e554c591f548628816307e37405904cf90d0 /lang | |
parent | 88e3bb64fe8984770866dd055072ff50d6a26159 (diff) | |
download | pkgsrc-c3282eb705ec28b079694df079ca9ed08f921e70.tar.gz |
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.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/dylan-interpreter/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
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 |