From ba7d9319bdcebba43e711aa8c805f2da246f2b89 Mon Sep 17 00:00:00 2001 From: skrll Date: Tue, 27 Feb 2001 08:20:23 +0000 Subject: Update libtool to be based on a CVS snapshot of the multi-language branch --- mk/bsd.pkg.mk | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'mk') diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 54553955a50..ce7c1533490 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.673 2001/02/26 19:40:19 tron Exp $ +# $NetBSD: bsd.pkg.mk,v 1.674 2001/02/27 08:20:27 skrll Exp $ # # This file is in the public domain. # @@ -225,10 +225,14 @@ CONFIGURE_ENV+= LIBS="${LIBS} -L${LOCALBASE}/lib -lintl" .if defined(USE_LIBTOOL) LIBTOOL= ${LOCALBASE}/bin/libtool -# XXX: actually, here we would need something like +# XXX Here we really need the following, but BUILD_DEPENDS doesn't +# XXX support it at the moment. # BUILD_DEPENDS+=libtool>=1.3.5nb11:../../devel/libtool .if make(install-run-depends) || make(fetch-list-recursive) || make(show-depends-dirs) -DEPENDS+= libtool>=1.3.5nb11:../../devel/libtool +DEPENDS+= libtool>=1.4.20010219nb1:../../devel/libtool +.endif +.if defined(USE_LTDL) +DEPENDS+= libtool>=1.4.20010219nb1:../../devel/libtool .endif .endif -- cgit v1.2.3