diff options
author | skrll <skrll@pkgsrc.org> | 2000-11-17 09:58:49 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2000-11-17 09:58:49 +0000 |
commit | 9ad61bf074ee0b0fe4c7777890a9854211c58ffd (patch) | |
tree | 93fa95bdb271f767105da16cbdc969947e958cde /mk | |
parent | ba5448b2752a61162f8beb524ce3bdbd748bc362 (diff) | |
download | pkgsrc-9ad61bf074ee0b0fe4c7777890a9854211c58ffd.tar.gz |
Bump libtool version for mycroft's changes to a.out library dependencies.
make check will fail on a.out platforms due to lib/10940.
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 37092e2e62f..ac85bb82e2f 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.606 2000/11/16 05:36:01 hubertf Exp $ +# $NetBSD: bsd.pkg.mk,v 1.607 2000/11/17 09:58:49 skrll Exp $ # # This file is in the public domain. # @@ -222,9 +222,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.5nb6:../../devel/libtool +# BUILD_DEPENDS+=libtool>=1.3.5nb7:../../devel/libtool .if make(install-run-depends) -DEPENDS+= libtool>=1.3.5nb6:../../devel/libtool +DEPENDS+= libtool>=1.3.5nb7:../../devel/libtool .endif .endif |