summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormycroft <mycroft@pkgsrc.org>2000-11-26 21:12:54 +0000
committermycroft <mycroft@pkgsrc.org>2000-11-26 21:12:54 +0000
commit528407f9bbfde6b2fe8f234ebc497ef40dc505e4 (patch)
tree90487049178609249f52e91fa737812cf8f6ae38
parent9f4d6de11e77c812776598325da9ff7b721e812f (diff)
downloadpkgsrc-528407f9bbfde6b2fe8f234ebc497ef40dc505e4.tar.gz
Bump libfool version.
-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 062a2c6faec..2d89eecb809 100644
--- a/devel/libtool/Makefile
+++ b/devel/libtool/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.25 2000/11/26 20:38:55 tron Exp $
+# $NetBSD: Makefile,v 1.26 2000/11/26 21:12:54 mycroft Exp $
#
DISTNAME= libtool-1.3.5
-PKGNAME= libtool-1.3.5nb8
+PKGNAME= libtool-1.3.5nb9
CATEGORIES= devel pkgtools
MASTER_SITES= ${MASTER_SITE_GNU:=libtool/}
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 7744d91fd72..02e71c5418a 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.617 2000/11/26 20:38:53 tron Exp $
+# $NetBSD: bsd.pkg.mk,v 1.618 2000/11/26 21:12:54 mycroft Exp $
#
# This file is in the public domain.
#
@@ -221,9 +221,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.5nb7:../../devel/libtool
+# BUILD_DEPENDS+=libtool>=1.3.5nb9:../../devel/libtool
.if make(install-run-depends)
-DEPENDS+= libtool>=1.3.5nb8:../../devel/libtool
+DEPENDS+= libtool>=1.3.5nb9:../../devel/libtool
.endif
.endif