diff options
author | tron <tron@pkgsrc.org> | 1999-07-17 19:26:44 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-07-17 19:26:44 +0000 |
commit | 2ece2a82944002bdb10776a66cba9ef6f50d5dbf (patch) | |
tree | e5a7d17e5cc3a2450cc0413f1452647fc308c580 /mk | |
parent | 86b31fd61183139f470869019f1df0e8bef34b2d (diff) | |
download | pkgsrc-2ece2a82944002bdb10776a66cba9ef6f50d5dbf.tar.gz |
Update "pkglibtool" to version 1.2p2. This version makes sure that you
don't use an a.out "pkglibtool" on an ELF system and vice versa.
Diffstat (limited to '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 d95e2252b34..23a26600c65 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.298 1999/07/14 19:34:06 hubertf Exp $ +# $NetBSD: bsd.pkg.mk,v 1.299 1999/07/17 19:26:44 tron Exp $ # # This file is in the public domain. # @@ -118,7 +118,7 @@ BUILD_DEPENDS+= ${PREFIX}/include/Xm/Xm.h:${PKGSRCDIR}/x11/lesstif .endif .if defined(USE_LIBTOOL) -LIBTOOL= ${LOCALBASE}/bin/pkglibtool-1.2p1 +LIBTOOL= ${LOCALBASE}/bin/pkglibtool-${OBJECT_FMT}-1.2p2 BUILD_DEPENDS+= ${LIBTOOL}:${PKGSRCDIR}/pkgtools/pkglibtool CONFIGURE_ENV+= LIBTOOL="${LIBTOOL} ${LIBTOOL_FLAGS}" MAKE_ENV+= LIBTOOL="${LIBTOOL} ${LIBTOOL_FLAGS}" |