aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-01-07 17:44:58 +0800
committermat <mat@FreeBSD.org>2016-01-07 17:44:58 +0800
commit7c194ad8fd9f3e276ffedf7f935a7569b741dae4 (patch)
tree786ff7b8e7d3c68b55cd0512cf9dbefb06390ddd /emulators
parentbf883ba61f832b6df4607e0c4618aeafcd8633e5 (diff)
downloadfreebsd-ports-gnome-7c194ad8fd9f3e276ffedf7f935a7569b741dae4.tar.gz
freebsd-ports-gnome-7c194ad8fd9f3e276ffedf7f935a7569b741dae4.tar.zst
freebsd-ports-gnome-7c194ad8fd9f3e276ffedf7f935a7569b741dae4.zip
Unbreak on 9.
Sponsored by: Absolight
Diffstat (limited to 'emulators')
-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