BUILD_DEPENDS on gettext-tools not gettext for BUILD_USES_MSGFMT.
This commit is contained in:
parent
2f1c5781f8
commit
57f2744103
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: bsd.pkg.use.mk,v 1.29 2006/03/09 00:20:27 jlam Exp $
|
||||
# $NetBSD: bsd.pkg.use.mk,v 1.30 2006/03/11 04:01:27 reed Exp $
|
||||
#
|
||||
# Turn USE_* macros into proper depedency logic. Included near the top of
|
||||
# bsd.pkg.mk, after bsd.prefs.mk.
|
||||
|
@ -63,7 +63,7 @@ PKG_SKIP_REASON= "INSTALLATION_PREFIX can't be used in a pkgviews package"
|
|||
|
||||
.if defined(BUILD_USES_MSGFMT) && \
|
||||
(!exists(/usr/bin/msgfmt) || ${_USE_GNU_GETTEXT} == "yes")
|
||||
BUILD_DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext
|
||||
BUILD_DEPENDS+= gettext-tools>=0.14.5:../../devel/gettext-tools
|
||||
.endif
|
||||
|
||||
### PKG_USE_KERBEROS
|
||||
|
|
Loading…
Reference in a new issue