diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2017-04-20 07:38:36 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2017-04-20 07:38:36 +0000 |
commit | 6c9ecc6a7a3faea2b620234ba0b3779db27ac71b (patch) | |
tree | 080b985b1ae3afc52a5e73a89f38048b7ab54589 /japanese | |
parent | 4cd2fb4c1cc3ccd4a7aba9afb34b52bd1fa3156b (diff) |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/tex-ptex/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/tex-ptex/Makefile b/japanese/tex-ptex/Makefile index e1c120cf02a4..5fe7c36c004f 100644 --- a/japanese/tex-ptex/Makefile +++ b/japanese/tex-ptex/Makefile @@ -73,7 +73,8 @@ CONFIGURE_ARGS= ${EXCLUDE_ENGINES:S/^/--disable-/} \ --enable-eptex \ --enable-uptex \ --enable-euptex \ - --with-system-zlib + --with-system-zlib \ + --without-x .for L in kpathsea ptexenc CONFIGURE_ARGS+=--with-system-$L \ --with-$L-include=${LOCALBASE}/include \ |