svn commit: r471214 - head/editors/emacs
Joseph Mingrone
jrm at FreeBSD.org
Thu May 31 15:35:38 UTC 2018
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,
More information about the svn-ports-head
mailing list