diff options
author | taca <taca> | 2017-01-18 05:33:39 +0000 |
---|---|---|
committer | taca <taca> | 2017-01-18 05:33:39 +0000 |
commit | db3384c8b8e9458b4e073ae4f4414bdb6571ed32 (patch) | |
tree | ed78a129926d25d96a5396412cf6e80506a4d742 /mk | |
parent | 9df6bfdd304c5cba0e349178f35099b496a05c59 (diff) | |
download | pkgsrc-db3384c8b8e9458b4e073ae4f4414bdb6571ed32.tar.gz |
Coorect version of libtool to current one.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.use.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.use.mk b/mk/bsd.pkg.use.mk index ee622fc9b11..fe48b85a415 100644 --- a/mk/bsd.pkg.use.mk +++ b/mk/bsd.pkg.use.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.use.mk,v 1.64 2017/01/17 22:57:39 wiz Exp $ +# $NetBSD: bsd.pkg.use.mk,v 1.65 2017/01/18 05:33:39 taca Exp $ # # Turn USE_* macros into proper depedency logic. Included near the top of # bsd.pkg.mk, after bsd.prefs.mk. @@ -97,7 +97,7 @@ PKG_SHLIBTOOL?= ${LOCALBASE}/bin/shlibtool LIBTOOL?= ${WRAPPER_BINDIR}/libtool SHLIBTOOL?= ${WRAPPER_BINDIR}/shlibtool .if defined(USE_LIBTOOL) -LIBTOOL_REQD?= 2.4.2bnb9 +LIBTOOL_REQD?= 2.4.2nb9 .if !empty(USE_CROSS_COMPILE:M[yY][eE][sS]) TOOL_DEPENDS+= cross-libtool-base-${MACHINE_ARCH}>=${_OPSYS_LIBTOOL_REQD:U${LIBTOOL_REQD}}:../../cross/libtool-base .else |