From d87826b48af9935ceb19f9bd8232e2314d01fd87 Mon Sep 17 00:00:00 2001 From: tron Date: Tue, 17 Apr 2001 11:14:05 +0000 Subject: Add a comment why "USE_LIBTOOL" must not be used in this package. --- devel/zlib/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'devel/zlib') diff --git a/devel/zlib/Makefile b/devel/zlib/Makefile index a5a25f8efe2..a105477a7ce 100644 --- a/devel/zlib/Makefile +++ b/devel/zlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/04/16 00:57:48 tron Exp $ +# $NetBSD: Makefile,v 1.9 2001/04/17 11:14:05 tron Exp $ DISTNAME= zlib-1.1.3 CATEGORIES= devel @@ -12,6 +12,8 @@ BUILD_DEPENDS+= libtool-base>=${LIBTOOL_VERSION}:../../devel/libtool-base ONLY_FOR_PLATFORM= SunOS-*-* # in base NetBSD system +# To avoid circular dependences we must not use "USE_LIBTOOL" but +# depend on the "libtool-base" package manually. LIBTOOL= ${LOCALBASE}/bin/libtool CONFIGURE_ENV+= LIBTOOL="${LIBTOOL} ${LIBTOOL_FLAGS}" MAKE_ENV+= LIBTOOL="${LIBTOOL} ${LIBTOOL_FLAGS}" -- cgit v1.2.3