diff options
author | tv <tv@pkgsrc.org> | 2004-11-11 22:34:12 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-11-11 22:34:12 +0000 |
commit | 8e6ea083262f13e66d9b6d943dd637a2e0750d1c (patch) | |
tree | 168e57c5a5494da0f2ca314c8617be40289864de /mk | |
parent | 6550cabcec49c33826c5d68bfe6abf54efefb6e9 (diff) | |
download | pkgsrc-8e6ea083262f13e66d9b6d943dd637a2e0750d1c.tar.gz |
Bump that libtool version number back down to nb1 where it was in previous.
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 b0feb2f3b5a..7954d77dcda 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.1532 2004/11/11 22:32:45 tv Exp $ +# $NetBSD: bsd.pkg.mk,v 1.1533 2004/11/11 22:34:12 tv Exp $ # # This file is in the public domain. # @@ -404,7 +404,7 @@ SHLIBTOOL?= ${PKG_SHLIBTOOL} .if defined(_OPSYS_LIBTOOL_REQD) BUILD_DEPENDS+= libtool-base>=${_OPSYS_LIBTOOL_REQD}:../../devel/libtool-base .endif -BUILD_DEPENDS+= libtool-base>=1.5.10nb6:../../devel/libtool-base +BUILD_DEPENDS+= libtool-base>=1.5.10nb1:../../devel/libtool-base CONFIGURE_ENV+= LIBTOOL="${LIBTOOL} ${LIBTOOL_FLAGS}" MAKE_ENV+= LIBTOOL="${LIBTOOL} ${LIBTOOL_FLAGS}" LIBTOOL_OVERRIDE?= libtool */libtool */*/libtool |