diff options
author | tnn <tnn@pkgsrc.org> | 2008-02-04 20:10:34 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-02-04 20:10:34 +0000 |
commit | 6538a067b9072345255fc92a562c4734043924c6 (patch) | |
tree | 1fe5ce0fb2341853f0587f16fb74556b8312c4e3 /print | |
parent | e99aec31b2dec8fac94ea7de3747bb95f551dd8b (diff) | |
download | pkgsrc-6538a067b9072345255fc92a562c4734043924c6.tar.gz |
PR 37952: Aleksey Cheusov: more missed tools in USE_TOOLS
Diffstat (limited to 'print')
-rw-r--r-- | print/hugeotp2ocp/Makefile | 3 | ||||
-rw-r--r-- | print/ja-ptex-bin/Makefile | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/print/hugeotp2ocp/Makefile b/print/hugeotp2ocp/Makefile index f6800515290..b48209126c7 100644 --- a/print/hugeotp2ocp/Makefile +++ b/print/hugeotp2ocp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/06/11 14:27:58 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2008/02/04 20:10:34 tnn Exp $ DISTNAME= tetex-src-3.0 PKGNAME= ${DISTNAME:S/tetex-src/hugeotp2ocp/} @@ -18,6 +18,7 @@ GNU_CONFIGURE= yes BUILD_DIRS= ${WRKSRC}/texk/web2c/lib USE_LANGUAGES= c c++ USE_LIBTOOL= yes +USE_TOOLS+= lex CONFIGURE_ARGS+= --without-texinfo CONFIGURE_ARGS+= --without-dialog diff --git a/print/ja-ptex-bin/Makefile b/print/ja-ptex-bin/Makefile index a6e09e8fa93..0489686ede4 100644 --- a/print/ja-ptex-bin/Makefile +++ b/print/ja-ptex-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2008/01/18 05:08:54 tnn Exp $ +# $NetBSD: Makefile,v 1.34 2008/02/04 20:10:34 tnn Exp $ DISTNAME= ptex-src-${PTEX_VERS} PKGNAME= ja-ptex-bin-${PTEX_VERS} @@ -14,6 +14,8 @@ MAINTAINER= kei@NetBSD.org HOMEPAGE= http://www.ascii.co.jp/pb/ptex/ COMMENT= Publishing TeX (pTeX) +USE_TOOLS+= lex + # XXX ${MAKE_VARIABLES} won't be extracted here. strange... SITES.dvipsk-jpatch-p1.7a.tar.gz= \ ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/dvips/ \ |