svn commit: r471215 - head/editors/emacs

Joseph Mingrone jrm at FreeBSD.org
Thu May 31 15:57:14 UTC 2018


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
 


More information about the svn-ports-all mailing list