summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorrh <rh>2000-06-04 17:56:15 +0000
committerrh <rh>2000-06-04 17:56:15 +0000
commit37b49248454d5a7cfe1305c43616a35377f49fad (patch)
tree952d5a9c28560036c4020d2dba4a4c74e3ae4d5f /mk
parent6ffc19b4cbff2033d43032acec991b44375046dd (diff)
downloadpkgsrc-37b49248454d5a7cfe1305c43616a35377f49fad.tar.gz
Fix aout brokenness. Bump libtool to 1.3.5nb3.
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 677f3159e86..e4c4a6cb930 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.475 2000/06/04 16:47:37 rh Exp $
+# $NetBSD: bsd.pkg.mk,v 1.476 2000/06/04 17:56:15 rh Exp $
#
# This file is in the public domain.
#
@@ -153,9 +153,9 @@ DEPENDS+= gtexinfo-3.12:../../devel/gtexinfo
.if defined(USE_LIBTOOL)
LIBTOOL= ${LOCALBASE}/bin/libtool
# XXX: actually, here we would need something like
-# BUILD_DEPENDS+=libtool>1.3.5nb1:../../devel/libtool
+# BUILD_DEPENDS+=libtool>1.3.5nb2:../../devel/libtool
.if make(misc-depends)
-DEPENDS+= libtool>1.3.5nb1:../../devel/libtool
+DEPENDS+= libtool>1.3.5nb2:../../devel/libtool
.endif
.elif defined(USE_PKGLIBTOOL)
.if ${OPSYS} == "NetBSD" || ${OPSYS} == "SunOS"