Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 May 2018 15:57:13 +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: r471215 - head/editors/emacs
Message-ID:  <201805311557.w4VFvDb0065814@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jrm
Date: Thu May 31 15:57:13 2018
New Revision: 471215
URL: https://svnweb.freebsd.org/changeset/ports/471215

Log:
  editors/emacs: Fix copy/paste nonsense error from r471214
  
  pointy-hat:	jrm

Modified:
  head/editors/emacs/Makefile   (contents, props changed)

Modified: head/editors/emacs/Makefile
==============================================================================
--- head/editors/emacs/Makefile	Thu May 31 15:35:36 2018	(r471214)
+++ head/editors/emacs/Makefile	Thu May 31 15:57:13 2018	(r471215)
@@ -212,8 +212,8 @@ EMACS_VER=		26.1
 USES+=	compiler:openmp
 .endif
 
-.if ${FLAVOR:U} != nox && !${PORT_OPTIONS:MMAGICK} && !${PORT_OPTIONS:MMAGICK} \
-	&& !${PORT_OPTIONS:MMAGICK} && !${PORT_OPTIONS:MMAGICK}
+.if !${PORT_OPTIONS:MGTK2} && !${PORT_OPTIONS:MGTK3} && !${PORT_OPTIONS:MMOTIF} \
+	&& !${PORT_OPTIONS:MXAW} && !${PORT_OPTIONS:MXAW3D}
 CONFIGURE_ARGS+=	--with-x-toolkit=no
 .endif
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805311557.w4VFvDb0065814>