diff options
author | agc <agc@pkgsrc.org> | 2002-01-21 11:20:40 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-01-21 11:20:40 +0000 |
commit | ba81ada7ed881c2d0c2fb360ff5fc48aac23042f (patch) | |
tree | 5da4e554c591f548628816307e37405904cf90d0 /lang/dylan-interpreter | |
parent | 3fb949b6b703393b4597448f0106eb9aad46268a (diff) | |
download | pkgsrc-ba81ada7ed881c2d0c2fb360ff5fc48aac23042f.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/dylan-interpreter')
-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 |