Date: Thu, 31 May 2018 15:35:37 +0000 (UTC) From: Joseph Mingrone <jrm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471214 - head/editors/emacs Message-ID: <201805311535.w4VFZb6L055556@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jrm Date: Thu May 31 15:35:36 2018 New Revision: 471214 URL: https://svnweb.freebsd.org/changeset/ports/471214 Log: editors/emacs: Fix configure issue when no X toolkit knob is on Modified: head/editors/emacs/Makefile (contents, props changed) Modified: head/editors/emacs/Makefile ============================================================================== --- head/editors/emacs/Makefile Thu May 31 15:35:18 2018 (r471213) +++ head/editors/emacs/Makefile Thu May 31 15:35:36 2018 (r471214) @@ -212,6 +212,11 @@ EMACS_VER= 26.1 USES+= compiler:openmp .endif +.if ${FLAVOR:U} != nox && !${PORT_OPTIONS:MMAGICK} && !${PORT_OPTIONS:MMAGICK} \ + && !${PORT_OPTIONS:MMAGICK} && !${PORT_OPTIONS:MMAGICK} +CONFIGURE_ARGS+= --with-x-toolkit=no +.endif + .if ${FLAVOR} == nox # With a desktop entry stage-qa will give a warning about requiring # desktop-file-utils and portlint -C will give a warning about INSTALLS_ICONS,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805311535.w4VFZb6L055556>