summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2000-11-17 09:58:49 +0000
committerskrll <skrll@pkgsrc.org>2000-11-17 09:58:49 +0000
commit9ad61bf074ee0b0fe4c7777890a9854211c58ffd (patch)
tree93fa95bdb271f767105da16cbdc969947e958cde
parentba5448b2752a61162f8beb524ce3bdbd748bc362 (diff)
downloadpkgsrc-9ad61bf074ee0b0fe4c7777890a9854211c58ffd.tar.gz
Bump libtool version for mycroft's changes to a.out library dependencies.
make check will fail on a.out platforms due to lib/10940.
-rw-r--r--devel/libtool/Makefile4
-rw-r--r--mk/bsd.pkg.mk6
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/libtool/Makefile b/devel/libtool/Makefile
index e59e27ba755..7a510196c98 100644
--- a/devel/libtool/Makefile
+++ b/devel/libtool/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.23 2000/10/21 22:23:00 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2000/11/17 09:58:50 skrll Exp $
#
DISTNAME= libtool-1.3.5
-PKGNAME= libtool-1.3.5nb6
+PKGNAME= libtool-1.3.5nb7
CATEGORIES= devel pkgtools
MASTER_SITES= ${MASTER_SITE_GNU:=libtool/}
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 37092e2e62f..ac85bb82e2f 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.606 2000/11/16 05:36:01 hubertf Exp $
+# $NetBSD: bsd.pkg.mk,v 1.607 2000/11/17 09:58:49 skrll Exp $
#
# This file is in the public domain.
#
@@ -222,9 +222,9 @@ CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib -lintl"
.if defined(USE_LIBTOOL)
LIBTOOL= ${LOCALBASE}/bin/libtool
# XXX: actually, here we would need something like
-# BUILD_DEPENDS+=libtool>=1.3.5nb6:../../devel/libtool
+# BUILD_DEPENDS+=libtool>=1.3.5nb7:../../devel/libtool
.if make(install-run-depends)
-DEPENDS+= libtool>=1.3.5nb6:../../devel/libtool
+DEPENDS+= libtool>=1.3.5nb7:../../devel/libtool
.endif
.endif