diff options
author | tron <tron@pkgsrc.org> | 1999-02-14 21:15:12 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-02-14 21:15:12 +0000 |
commit | 0d2728f8bca390e2d59c995901db38e7e849b92d (patch) | |
tree | a85fadf4332a9a03131bf95783cb1cef091ede06 /mk/bsd.pkg.mk | |
parent | e15916c6875664e92c77304233487fefb483cac0 (diff) | |
download | pkgsrc-0d2728f8bca390e2d59c995901db38e7e849b92d.tar.gz |
Use "pkglibtool-1.2p1" as package libtool.
Diffstat (limited to 'mk/bsd.pkg.mk')
-rw-r--r-- | mk/bsd.pkg.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 3ad5bb3e3fc..c0f5c382d28 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.214 1999/02/13 11:06:47 tron Exp $ +# $NetBSD: bsd.pkg.mk,v 1.215 1999/02/14 21:15:12 tron Exp $ # # This file is in the public domain. # @@ -159,7 +159,7 @@ BUILD_DEPENDS+= ${PREFIX}/include/Xm/Xm.h:${PKGSRCDIR}/x11/lesstif .endif .endif .if defined(USE_LIBTOOL) -LIBTOOL= ${LOCALBASE}/bin/pkglibtool +LIBTOOL= ${LOCALBASE}/bin/pkglibtool-1.2p1 BUILD_DEPENDS+= ${LIBTOOL}:${PKGSRCDIR}/pkgtools/pkglibtool CONFIGURE_ENV+= LIBTOOL="${LIBTOOL} ${LIBTOOL_FLAGS}" MAKE_ENV+= LIBTOOL="${LIBTOOL} ${LIBTOOL_FLAGS}" |