diff options
author | joerg <joerg@pkgsrc.org> | 2006-09-21 16:16:24 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-09-21 16:16:24 +0000 |
commit | ab7a600aa55266a2bfe636ca31793b4223fdc01a (patch) | |
tree | 99f23abe82e9543d708a1295c2851ed494cbc5fe /print/cjk-lyx | |
parent | 607816ed221fa6b54311ccfd536b3fe5dd7c6cb0 (diff) | |
download | pkgsrc-ab7a600aa55266a2bfe636ca31793b4223fdc01a.tar.gz |
Don't use included gettext and tools. Found during bulk build,
when share/locale/locale.alias was created. Bump revision.
Diffstat (limited to 'print/cjk-lyx')
-rw-r--r-- | print/cjk-lyx/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/print/cjk-lyx/Makefile b/print/cjk-lyx/Makefile index 80ecc2db9c1..f7ff54d997a 100644 --- a/print/cjk-lyx/Makefile +++ b/print/cjk-lyx/Makefile @@ -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 @@ DEPENDS+= ispell-base-[0-9]*:../../textproc/ispell-base 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" |