aboutsummaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2017-04-20 07:38:36 +0000
committerHiroki Sato <hrs@FreeBSD.org>2017-04-20 07:38:36 +0000
commit6c9ecc6a7a3faea2b620234ba0b3779db27ac71b (patch)
tree080b985b1ae3afc52a5e73a89f38048b7ab54589 /japanese
parent4cd2fb4c1cc3ccd4a7aba9afb34b52bd1fa3156b (diff)
downloadports-6c9ecc6a7a3faea2b620234ba0b3779db27ac71b.tar.gz
ports-6c9ecc6a7a3faea2b620234ba0b3779db27ac71b.zip
Add --without-x unconditionally to CONFIGURE_ARGS because a build
failure occurs at the configure stage when X11 is not installed. The actual build process does not change by --with-x or --without-x. PR: 204860
Notes
Notes: svn path=/head/; revision=438928
Diffstat (limited to 'japanese')
-rw-r--r--japanese/tex-ptex/Makefile3
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 \