svn commit: r392956 - head/Mk/Uses

Hiroki Sato hrs at FreeBSD.org
Mon Jul 27 04:56:58 UTC 2015


Author: hrs
Date: Mon Jul 27 04:56:57 2015
New Revision: 392956
URL: https://svnweb.freebsd.org/changeset/ports/392956

Log:
  Fix build on fmake.

Modified:
  head/Mk/Uses/ghostscript.mk

Modified: head/Mk/Uses/ghostscript.mk
==============================================================================
--- head/Mk/Uses/ghostscript.mk	Mon Jul 27 04:13:29 2015	(r392955)
+++ head/Mk/Uses/ghostscript.mk	Mon Jul 27 04:56:57 2015	(r392956)
@@ -89,7 +89,7 @@ _GS_PORT=	ghostscript${_GS_SELECTED}${_G
 
 .if ${_GS_ARGS:Mnox11} || \
     (defined(OPTIONS_DEFINE) && defined(PORT_OPTIONS) && \
-     ${OPTIONS_DEFINE:MX11} && !${PORT_OPTIONS:MX11})
+     ${OPTIONS_DEFINE:MX11} && ${PORT_OPTIONS:MX11} == "")
 DEPENDS_ARGS+=	print_${_GS_PORT}_UNSET_FORCE+=X11
 .endif
 


More information about the svn-ports-head mailing list