diff options
author | tonio <tonio@pkgsrc.org> | 2005-11-08 20:33:50 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2005-11-08 20:33:50 +0000 |
commit | 29249584194a6bbb45f412890a87e8d12bc39f36 (patch) | |
tree | 87234dc56de3b83eff5b05030ff0e9440ab237fb /print/cjk-lyx | |
parent | d220e393d8f44f9738d0ed88131bcb0c710db4b6 (diff) | |
download | pkgsrc-29249584194a6bbb45f412890a87e8d12bc39f36.tar.gz |
convert to use tex.buildlink3.mk
Diffstat (limited to 'print/cjk-lyx')
-rw-r--r-- | print/cjk-lyx/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/cjk-lyx/Makefile b/print/cjk-lyx/Makefile index be3d261d379..808b721e2e6 100644 --- a/print/cjk-lyx/Makefile +++ b/print/cjk-lyx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2005/07/16 01:19:18 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2005/11/08 20:33:50 tonio Exp $ DISTNAME= lyx-${LYX_VERS} PKGNAME= cjk-${DISTNAME} @@ -21,8 +21,8 @@ LYX_VERS= 1.2.0 CONFLICTS= lyx-[0-9]* DEPENDS+= ispell-base-[0-9]*:../../textproc/ispell-base -DEPENDS+= teTeX-bin>=1.0.7nb1:../../print/teTeX-bin +LATEX_ACCEPTED= teTeX1 teTeX2 teTeX3 USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes USE_TOOLS+= perl:run @@ -32,5 +32,6 @@ USE_LIBTOOL= yes .include "../../graphics/jpeg/buildlink3.mk" .include "../../graphics/xpm/buildlink3.mk" .include "../../x11/xforms/buildlink3.mk" +.include "../../mk/tex.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |