diff options
author | hrs <hrs@FreeBSD.org> | 2017-04-20 15:38:36 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2017-04-20 15:38:36 +0800 |
commit | 0d89745785cd268e4a51d4c918830d071ad97f0b (patch) | |
tree | 080b985b1ae3afc52a5e73a89f38048b7ab54589 /japanese | |
parent | eba4c6e8f3d274046496919b17d066c50281b874 (diff) | |
download | freebsd-ports-gnome-0d89745785cd268e4a51d4c918830d071ad97f0b.tar.gz freebsd-ports-gnome-0d89745785cd268e4a51d4c918830d071ad97f0b.tar.zst freebsd-ports-gnome-0d89745785cd268e4a51d4c918830d071ad97f0b.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
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 \ |