svn commit: r405405 - head/emulators/qemu-devel

Mathieu Arnold mat at FreeBSD.org
Thu Jan 7 09:45:00 UTC 2016


Author: mat
Date: Thu Jan  7 09:44:58 2016
New Revision: 405405
URL: https://svnweb.freebsd.org/changeset/ports/405405

Log:
  Unbreak on 9.
  
  Sponsored by:	Absolight

Modified:
  head/emulators/qemu-devel/Makefile

Modified: head/emulators/qemu-devel/Makefile
==============================================================================
--- head/emulators/qemu-devel/Makefile	Thu Jan  7 09:40:49 2016	(r405404)
+++ head/emulators/qemu-devel/Makefile	Thu Jan  7 09:44:58 2016	(r405405)
@@ -128,7 +128,7 @@ PLIST_SUB+=	SOFTMMU="@comment " STATIC="
 PLIST_SUB+=	SOFTMMU="" STATIC=""
 .endif
 
-.if ${PORT_OPTIONS:MSTATIC_LINK} && (${PORT_OPTIONS:MGTK2} || ${PORT_OPTIONS:MX11})
+.if defined(PORT_OPTIONS:MSTATIC_LINK) && (defined(PORT_OPTIONS:MGTK2) || defined(PORT_OPTIONS:MX11))
 IGNORE=		X11 ui cannot be built static
 .endif
 


More information about the svn-ports-all mailing list