summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2006-09-21 16:16:24 +0000
committerjoerg <joerg>2006-09-21 16:16:24 +0000
commit8990d77f0d719750076f09e02396b9391af23e7c (patch)
tree99f23abe82e9543d708a1295c2851ed494cbc5fe
parent0057f08e8a32abdc95bd0f2c647e1e3f84b96e4b (diff)
downloadpkgsrc-8990d77f0d719750076f09e02396b9391af23e7c.tar.gz
Don't use included gettext and tools. Found during bulk build,
when share/locale/locale.alias was created. Bump revision.
-rw-r--r--print/cjk-lyx/Makefile7
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"