pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/gettext-lib Simplify a bit to work under bulk bu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f3e552eb25c9
branches:  trunk
changeset: 533397:f3e552eb25c9
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Sep 18 14:14:31 2007 +0000

description:
Simplify a bit to work under bulk builds as well.

diffstat:

 devel/gettext-lib/builtin.mk |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (22 lines):

diff -r f59af9c281b0 -r f3e552eb25c9 devel/gettext-lib/builtin.mk
--- a/devel/gettext-lib/builtin.mk      Tue Sep 18 12:37:10 2007 +0000
+++ b/devel/gettext-lib/builtin.mk      Tue Sep 18 14:14:31 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.34 2007/09/16 17:34:32 joerg Exp $
+# $NetBSD: builtin.mk,v 1.35 2007/09/18 14:14:31 joerg Exp $
 
 BUILTIN_PKG:=  gettext
 
@@ -125,11 +125,8 @@
 ######################################################################
 .  if !empty(USE_BUILTIN.gettext:M[nN][oO])
 _BLTN_LIBINTL=         -lintl
-BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH}+
+_BLTN_LIBINTL+=                ${BUILDLINK_LDADD.iconv}
 .  include "../../converters/libiconv/buildlink3.mk"
-BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH:S/+$//}
-BUILDLINK_API_DEPENDS.gettext+=        ${_BLTN_GETTEXT_ICONV_DEPENDS}
-_BLTN_LIBINTL+=                        ${BUILDLINK_LDADD.iconv}
 .  endif
 
 BUILDLINK_LDADD.gettext?=      ${_BLTN_LIBINTL}



Home | Main Index | Thread Index | Old Index