diff options
author | mycroft <mycroft@pkgsrc.org> | 2000-11-26 21:12:54 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 2000-11-26 21:12:54 +0000 |
commit | 528407f9bbfde6b2fe8f234ebc497ef40dc505e4 (patch) | |
tree | 90487049178609249f52e91fa737812cf8f6ae38 /mk | |
parent | 9f4d6de11e77c812776598325da9ff7b721e812f (diff) | |
download | pkgsrc-528407f9bbfde6b2fe8f234ebc497ef40dc505e4.tar.gz |
Bump libfool version.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 7744d91fd72..02e71c5418a 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.617 2000/11/26 20:38:53 tron Exp $ +# $NetBSD: bsd.pkg.mk,v 1.618 2000/11/26 21:12:54 mycroft Exp $ # # This file is in the public domain. # @@ -221,9 +221,9 @@ CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib -lintl" .if defined(USE_LIBTOOL) LIBTOOL= ${LOCALBASE}/bin/libtool # XXX: actually, here we would need something like -# BUILD_DEPENDS+=libtool>=1.3.5nb7:../../devel/libtool +# BUILD_DEPENDS+=libtool>=1.3.5nb9:../../devel/libtool .if make(install-run-depends) -DEPENDS+= libtool>=1.3.5nb8:../../devel/libtool +DEPENDS+= libtool>=1.3.5nb9:../../devel/libtool .endif .endif |