summaryrefslogtreecommitdiff
path: root/devel/zlib
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-09-01 18:45:47 +0000
committerjlam <jlam@pkgsrc.org>2002-09-01 18:45:47 +0000
commit1059338fd9dcab1f642ca3d03dd0e74e9e8ea6bf (patch)
tree6b4be57c96e3e18b9f680f003f262ad0f5fc9b58 /devel/zlib
parent48ac01575438138e114c34cc59bbb880c50b22cc (diff)
downloadpkgsrc-1059338fd9dcab1f642ca3d03dd0e74e9e8ea6bf.tar.gz
Mirror the libtool setup in bsd.pkg.mk since we can't use USE_LIBTOOL.
Diffstat (limited to 'devel/zlib')
-rw-r--r--devel/zlib/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/devel/zlib/Makefile b/devel/zlib/Makefile
index 74a15eb8e65..bb6f63df867 100644
--- a/devel/zlib/Makefile
+++ b/devel/zlib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2002/08/25 18:38:51 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2002/09/01 18:45:47 jlam Exp $
DISTNAME= zlib-1.1.4
CATEGORIES= devel
@@ -14,14 +14,15 @@ COMMENT= General purpose data compression library
BUILD_DEPENDS+= libtool-base>=${LIBTOOL_VERSION}:../../devel/libtool-base
USE_BUILDLINK2= # defined
-NOT_FOR_PLATFORM= NetBSD-1.[4-9]*-* # in base NetBSD system
+#NOT_FOR_PLATFORM= NetBSD-1.[4-9]*-* # 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="${BUILDLINK_LIBTOOL} ${LIBTOOL_FLAGS}"
-MAKE_ENV+= LIBTOOL="${BUILDLINK_LIBTOOL} ${LIBTOOL_FLAGS}"
+PKGLIBTOOL= ${BUILDLINK_LIBTOOL}
+CONFIGURE_ENV+= LIBTOOL="${PKGLIBTOOL} ${LIBTOOL_FLAGS}"
+MAKE_ENV+= LIBTOOL="${PKGLIBTOOL} ${LIBTOOL_FLAGS}"
MAKEFILE= lt.mk
post-extract: