pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/gettext bl3ify



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0633525dddf3
branches:  trunk
changeset: 468852:0633525dddf3
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Tue Feb 17 11:20:22 2004 +0000

description:
bl3ify

diffstat:

 devel/gettext/Makefile |  13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)

diffs (41 lines):

diff -r b11dca449c3e -r 0633525dddf3 devel/gettext/Makefile
--- a/devel/gettext/Makefile    Tue Feb 17 10:55:02 2004 +0000
+++ b/devel/gettext/Makefile    Tue Feb 17 11:20:22 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2004/02/14 17:21:37 jlam Exp $
+# $NetBSD: Makefile,v 1.56 2004/02/17 11:20:22 jlam Exp $
 # FreeBSD Id: Makefile,v 1.1.1.1 1998/08/09 15:13:33 kuriyama Exp
 #
 
@@ -12,13 +12,12 @@
 COMMENT=               Tools for providing messages in different languages
 
 DEPENDS+=                      gettext-m4-0.11.5:../../devel/gettext-m4
-BUILDLINK_DEPENDS.gettext=     gettext-lib-0.11.5
+BUILDLINK_DEPENDS.gettext+=    gettext-lib>=0.11.5
 
-USE_BUILDLINK2=                yes
+USE_BUILDLINK3=                yes
 USE_PKGLOCALEDIR=      yes
 GNU_CONFIGURE=         yes
 USE_LIBTOOL=           yes
-USE_GNU_GETTEXT=       yes
 CONFIGURE_ARGS+=       --without-included-gettext
 
 INFO_FILES=            gettext.info
@@ -28,12 +27,12 @@
 CONFIGURE_ENV+=                HAVE_JAVAC_IN_PATH=
 CONFIGURE_ENV+=                HAVE_JIKES_IN_PATH=
 
-MAKE_ENV+=  OPSYS="${OPSYS}"
+MAKE_ENV+=             OPSYS="${OPSYS}"
 
 TEST_TARGET=           check
 
 post-install:
-       cd ${WRKSRC}/intl; ${MAKE_PROGRAM} install-data
+       cd ${WRKSRC}/intl; ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} install-data
 
-.include "../../devel/gettext-lib/buildlink2.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index