summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>1998-10-02 14:49:33 +0000
committertv <tv@pkgsrc.org>1998-10-02 14:49:33 +0000
commite9b1ca5deafa3c550034772f671f5d463b33ce93 (patch)
tree29509fed3981e8e0bfad1f38c1d07b46658540f6 /mk
parent23e57ce8b106020d0234347dcee26df7ec04e649 (diff)
downloadpkgsrc-e9b1ca5deafa3c550034772f671f5d463b33ce93.tar.gz
Switch USE_LIBTOOL pkgs to use pkglibtool, and revert libtool back to a
"vanilla" libtool (pkg now called glibtool) that understands NetBSD ELF.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 9bc85e1b9bf..fd5313dc890 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.167 1998/09/23 13:09:32 agc Exp $
+# $NetBSD: bsd.pkg.mk,v 1.168 1998/10/02 14:49:33 tv Exp $
#
# This file is in the public domain.
#
@@ -155,8 +155,8 @@ BUILD_DEPENDS+= ${PREFIX}/include/Xm/Xm.h:../../x11/lesstif
.endif
.endif
.if defined(USE_LIBTOOL)
-LIBTOOL= ${LOCALBASE}/bin/libtool
-BUILD_DEPENDS+= ${LIBTOOL}:../../devel/libtool
+LIBTOOL= ${LOCALBASE}/bin/pkglibtool
+BUILD_DEPENDS+= ${LIBTOOL}:../../pkgtools/pkglibtool
CONFIGURE_ENV+= LIBTOOL="${LIBTOOL} ${LIBTOOL_FLAGS}"
MAKE_ENV+= LIBTOOL="${LIBTOOL} ${LIBTOOL_FLAGS}"
.endif