aboutsummaryrefslogtreecommitdiff
path: root/emulators/qemu-devel
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-01-07 09:44:58 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-01-07 09:44:58 +0000
commite9c63e25e31598a1761cb4a5eedcb950602bcabe (patch)
tree786ff7b8e7d3c68b55cd0512cf9dbefb06390ddd /emulators/qemu-devel
parent5e456c2c67dc76b2c08a9459212a3fcaa0f85dbf (diff)
downloadports-e9c63e25e31598a1761cb4a5eedcb950602bcabe.tar.gz
ports-e9c63e25e31598a1761cb4a5eedcb950602bcabe.zip
Notes
Diffstat (limited to 'emulators/qemu-devel')
-rw-r--r--emulators/qemu-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
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