diff options
author | tv <tv> | 2004-10-13 18:42:19 +0000 |
---|---|---|
committer | tv <tv> | 2004-10-13 18:42:19 +0000 |
commit | 835f237d0436ff314519ad5fe08a833d9a49b021 (patch) | |
tree | 1b7fa272aa3c4a8927c2f0781aeda42b34d360e1 /mk | |
parent | 711030750a6b865d9533566a2f9390940c2d963f (diff) | |
download | pkgsrc-835f237d0436ff314519ad5fe08a833d9a49b021.tar.gz |
Bump LIBTOOL_REQD back to 1.5.10nb1. This ensures that folks who built
1.5.10 during the "broken" period (before the workaround and wrapper fix)
have to upgrade to make it work correctly.
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 d0c067a2661..b100a73e017 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.1518 2004/10/13 17:52:46 tv Exp $ +# $NetBSD: bsd.pkg.mk,v 1.1519 2004/10/13 18:42:19 tv Exp $ # # This file is in the public domain. # @@ -390,7 +390,7 @@ CONFIGURE_ENV+= install_sh=${INSTALL:Q} .if defined(_OPSYS_LIBTOOL_REQD) LIBTOOL_REQD= ${_OPSYS_LIBTOOL_REQD} .else -LIBTOOL_REQD?= 1.5.10 +LIBTOOL_REQD?= 1.5.10nb1 .endif # # PKG_LIBTOOL is the path to the libtool script installed by libtool-base. |