summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-04-17 11:14:05 +0000
committertron <tron@pkgsrc.org>2001-04-17 11:14:05 +0000
commitd87826b48af9935ceb19f9bd8232e2314d01fd87 (patch)
tree2885b769546813393b0f7879b9046f2a8fb21935 /devel
parentc75afa0851af3efcc3e8ccf9c9a16c64fbb44810 (diff)
downloadpkgsrc-d87826b48af9935ceb19f9bd8232e2314d01fd87.tar.gz
Add a comment why "USE_LIBTOOL" must not be used in this package.
Diffstat (limited to 'devel')
-rw-r--r--devel/zlib/Makefile4
1 files changed, 3 insertions, 1 deletions
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}"