From e88e90d76dcb1fa3fdde2d371d49546e5c22e7ad Mon Sep 17 00:00:00 2001 From: skrll Date: Fri, 26 Jan 2001 16:48:17 +0000 Subject: Look for the latest libtool. --- mk/bsd.pkg.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mk/bsd.pkg.mk') diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 98e8783bafe..d92c2ec5d61 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.650 2001/01/25 21:20:05 agc Exp $ +# $NetBSD: bsd.pkg.mk,v 1.651 2001/01/26 16:48:17 skrll Exp $ # # This file is in the public domain. # @@ -221,9 +221,9 @@ CONFIGURE_ENV+= LIBS="${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.5nb9:../../devel/libtool +# 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.5nb9:../../devel/libtool +DEPENDS+= libtool>=1.3.5nb11:../../devel/libtool .endif .endif -- cgit v1.2.3