diff options
author | Bartek Rutkowski <robak@FreeBSD.org> | 2015-03-25 15:59:12 +0000 |
---|---|---|
committer | Bartek Rutkowski <robak@FreeBSD.org> | 2015-03-25 15:59:12 +0000 |
commit | c390e50d71feb05f5501a8de8c537d10010d3f18 (patch) | |
tree | 4cd96747646180494c9e320b5a64002889aef546 /japanese | |
parent | 8a578ac838b28b2de54a0b8aeae40438c0bab678 (diff) |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/texinfo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/texinfo/Makefile b/japanese/texinfo/Makefile index da1000cdf318..7cb30049cc95 100644 --- a/japanese/texinfo/Makefile +++ b/japanese/texinfo/Makefile @@ -18,9 +18,10 @@ COMMENT= Typeset Texinfo files for printing. Uses TeX RUN_DEPENDS= ptex:${PORTSDIR}/japanese/tex-ptex -USES= gettext gmake +USES= cpe gettext gmake GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix=j +CPE_VENDOR= gnu MAKE_ARGS= TEXMF=${PREFIX}/${TEXMFLOCAL} INSTALL_TARGET= install install-tex |