diff options
author | jlam <jlam> | 2002-09-01 18:45:47 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-09-01 18:45:47 +0000 |
commit | a2860e0a2a9ee15b7d093632ebdaae098db25ea3 (patch) | |
tree | 6b4be57c96e3e18b9f680f003f262ad0f5fc9b58 /devel/zlib/Makefile | |
parent | 81cade6f48c33ac413527a0a6cee218e6979faa3 (diff) | |
download | pkgsrc-a2860e0a2a9ee15b7d093632ebdaae098db25ea3.tar.gz |
Mirror the libtool setup in bsd.pkg.mk since we can't use USE_LIBTOOL.
Diffstat (limited to 'devel/zlib/Makefile')
-rw-r--r-- | devel/zlib/Makefile | 9 |
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: |