Make USE_LIBTOOL depend on libtool-1.3.5nb2 or later.
This commit is contained in:
parent
6d18f63ecc
commit
01c52a7a60
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: bsd.pkg.mk,v 1.474 2000/06/04 04:35:13 mycroft Exp $
|
||||
# $NetBSD: bsd.pkg.mk,v 1.475 2000/06/04 16:47:37 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.5:../../devel/libtool
|
||||
# BUILD_DEPENDS+=libtool>1.3.5nb1:../../devel/libtool
|
||||
.if make(misc-depends)
|
||||
DEPENDS+= libtool>1.3.5:../../devel/libtool
|
||||
DEPENDS+= libtool>1.3.5nb1:../../devel/libtool
|
||||
.endif
|
||||
.elif defined(USE_PKGLIBTOOL)
|
||||
.if ${OPSYS} == "NetBSD" || ${OPSYS} == "SunOS"
|
||||
|
|
Loading…
Reference in a new issue