aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2016-07-05 00:56:03 +0800
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2016-07-05 00:56:03 +0800
commit55436ec3a94be32d6aece619f0bf0a863cebc1aa (patch)
tree6d45d9675ed148d50aa7d1ddb705a543a2808ff4 /emulators
parent2a9370815fec7f557e64149af832a65548e885a9 (diff)
downloadfreebsd-ports-gnome-55436ec3a94be32d6aece619f0bf0a863cebc1aa.tar.gz
freebsd-ports-gnome-55436ec3a94be32d6aece619f0bf0a863cebc1aa.tar.zst
freebsd-ports-gnome-55436ec3a94be32d6aece619f0bf0a863cebc1aa.zip
emulators/qemu-devel: Fix OPTIONS knob for NO_X11
- This patch fixes the unecessary build of X11 for NO_X11 Submitted by: olgeni
Diffstat (limited to 'emulators')
-rw-r--r--emulators/qemu-devel/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile
index 21bf4803da0f..8cc2b7880dfd 100644
--- a/emulators/qemu-devel/Makefile
+++ b/emulators/qemu-devel/Makefile
@@ -3,7 +3,7 @@
PORTNAME= qemu
DISTVERSION= 2.6.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= emulators
MASTER_SITES= http://wiki.qemu.org/download/
PKGNAMESUFFIX= -devel
@@ -16,8 +16,8 @@ LICENSE= GPLv2
HAS_CONFIGURE= yes
USES= cpe gmake pkgconfig bison perl5 python:2,build tar:bzip2
USE_PERL5= build
-USE_XORG= pixman x11 xext
-USE_GNOME+= cairo gdkpixbuf2 glib20
+USE_XORG= pixman
+USE_GNOME+= cairo glib20
MAKE_ENV+= BSD_MAKE="${MAKE}"
ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 # XXX someone wants to debug sparc64 hosts?
@@ -37,7 +37,7 @@ X86_TARGETS_DESC= Build only x86 system targets
STATIC_LINK_DESC= Statically link the executables
OPTIONS_DEFAULT=X11 GTK2 OPENGL GNUTLS SASL JPEG PNG CDROM_DMA CURL PCAP GNS3
OPTIONS_SUB= yes
-X11_USE= SDL=sdl
+X11_USE= SDL=sdl XORG=x11,xext GNOME=gdkpixbuf2
X11_CONFIGURE_ON= --enable-sdl
X11_CONFIGURE_OFF= --disable-sdl
GTK2_USE= GNOME=gtk20,vte