summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron>2002-01-05 22:46:18 +0000
committertron <tron>2002-01-05 22:46:18 +0000
commit59f5ce71c93808354def3fa72c659f3ade6eb967 (patch)
treeac4b0b99439527cc42c00950ae884125b7b25452
parent04435f37f27372b56d14a6c050921be6ca47c4fd (diff)
downloadpkgsrc-59f5ce71c93808354def3fa72c659f3ade6eb967.tar.gz
Ignore "/usr/bin/msgfmt" under Solaris because it's not the GNU version.
-rw-r--r--mk/bsd.pkg.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 8abe320888d..c1abbbdea1f 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.891 2002/01/05 18:40:32 tron Exp $
+# $NetBSD: bsd.pkg.mk,v 1.892 2002/01/05 22:46:18 tron Exp $
#
# This file is in the public domain.
#
@@ -300,7 +300,8 @@ DEPENDS+= Xaw3d-1.5:../../x11/Xaw3d
. endif
.endif
-.if defined(BUILD_USES_MSGFMT) && !exists(/usr/bin/msgfmt)
+.if defined(BUILD_USES_MSGFMT) && \
+ (!exists(/usr/bin/msgfmt) || ${OPSYS} == SunOS)
BUILD_DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext
.endif