From e9c63e25e31598a1761cb4a5eedcb950602bcabe Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Thu, 7 Jan 2016 09:44:58 +0000 Subject: [PATCH] Unbreak on 9. Sponsored by: Absolight --- emulators/qemu-devel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index 97c1b986df3d..5c34dccad5a5 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -128,7 +128,7 @@ PLIST_SUB+= SOFTMMU="@comment " STATIC="-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