summaryrefslogtreecommitdiff
path: root/devel/gettext-lib
diff options
context:
space:
mode:
authordanw <danw@pkgsrc.org>2004-05-09 20:31:07 +0000
committerdanw <danw@pkgsrc.org>2004-05-09 20:31:07 +0000
commitdfdeab4b0ef18890a986e07f3ae0162fc9afadf6 (patch)
tree1186e4887798c1a44414c713a173fcf0f962b910 /devel/gettext-lib
parent010675143c6c9baa07eadbf7d2184f7550f4d0e0 (diff)
downloadpkgsrc-dfdeab4b0ef18890a986e07f3ae0162fc9afadf6.tar.gz
Pass -b to pkg_admin lsbest to make this work correctly on systems where the pkgdbdir passes through a symlink
Diffstat (limited to 'devel/gettext-lib')
-rw-r--r--devel/gettext-lib/builtin.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gettext-lib/builtin.mk b/devel/gettext-lib/builtin.mk
index 0278d49101e..f9803ca0e12 100644
--- a/devel/gettext-lib/builtin.mk
+++ b/devel/gettext-lib/builtin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.6 2004/04/06 01:29:25 reed Exp $
+# $NetBSD: builtin.mk,v 1.7 2004/05/09 20:31:07 danw Exp $
.if !defined(_BLNK_LIBINTL_FOUND)
_BLNK_LIBINTL_FOUND!= \
@@ -105,7 +105,7 @@ _GETTEXT_NEEDS_ICONV?= no
. if !empty(_GETTEXT_NEEDS_ICONV:M[nN][oO])
_GETTEXT_NEEDS_ICONV!= \
if ${PKG_INFO} -qe '${_depend_}'; then \
- pkg=`cd ${_PKG_DBDIR}; ${PKG_ADMIN} -S lsbest '${_depend_}'`; \
+ pkg=`cd ${_PKG_DBDIR}; ${PKG_ADMIN} -b -S lsbest '${_depend_}'`; \
if ${PKG_INFO} -qN "$$pkg" | ${GREP} -q "libiconv-[0-9]"; then \
${ECHO} "yes"; \
else \