pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/cjk-lyx Don't use included gettext and tools. Fo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3d7cea789045
branches:  trunk
changeset: 518884:3d7cea789045
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Sep 21 16:16:24 2006 +0000

description:
Don't use included gettext and tools. Found during bulk build,
when share/locale/locale.alias was created. Bump revision.

diffstat:

 print/cjk-lyx/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 4cea63fc73a8 -r 3d7cea789045 print/cjk-lyx/Makefile
--- a/print/cjk-lyx/Makefile    Thu Sep 21 15:24:16 2006 +0000
+++ b/print/cjk-lyx/Makefile    Thu Sep 21 16:16:24 2006 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.22 2006/08/10 03:21:40 minskim Exp $
+# $NetBSD: Makefile,v 1.23 2006/09/21 16:16:24 joerg Exp $
 
 DISTNAME=      lyx-${LYX_VERS}
 PKGNAME=       cjk-${DISTNAME}
-PKGREVISION=   5
+PKGREVISION=   6
 CATEGORIES=    print
 MASTER_SITES=  ftp://ftp.lyx.org/pub/lyx/stable/ \
                ftp://gd.tuwien.ac.at/publishing/tex/lyx/stable/ \
@@ -25,10 +25,11 @@
 TEX_ACCEPTED=          teTeX3
 USE_LANGUAGES=         c c++
 USE_PKGLOCALEDIR=      yes
-USE_TOOLS+=            perl:run
+USE_TOOLS+=            perl:run msgfmt
 GNU_CONFIGURE=         yes
 USE_LIBTOOL=           yes
 
+.include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../graphics/jpeg/buildlink3.mk"
 .include "../../graphics/xpm/buildlink3.mk"
 .include "../../x11/xforms/buildlink3.mk"



Home | Main Index | Thread Index | Old Index