diff options
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/darcnes/Makefile | 1 | ||||
-rw-r--r-- | emulators/qemu30/Makefile | 4 | ||||
-rw-r--r-- | emulators/qemu40/Makefile | 2 | ||||
-rw-r--r-- | emulators/spim/Makefile | 2 | ||||
-rw-r--r-- | emulators/wine/Makefile | 2 |
5 files changed, 6 insertions, 5 deletions
diff --git a/emulators/darcnes/Makefile b/emulators/darcnes/Makefile index f6a5f02d15f2..ad207fee3757 100644 --- a/emulators/darcnes/Makefile +++ b/emulators/darcnes/Makefile @@ -32,6 +32,7 @@ BACKEND_DESC= GUI backend SVGALIB_LIB_DEPENDS= libvga.so:graphics/svgalib SVGALIB_VARS= MAKE_ARGS+=TARGET=Linux_svgalib +X11_USES= xorg X11_USE= XORG=x11,xaw,xext,xmu,xt .include <bsd.port.pre.mk> diff --git a/emulators/qemu30/Makefile b/emulators/qemu30/Makefile index e799be47579a..7925d688f1cf 100644 --- a/emulators/qemu30/Makefile +++ b/emulators/qemu30/Makefile @@ -54,7 +54,7 @@ GTK3_LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon \ libepoxy.so:graphics/libepoxy \ libpcre2-8.so:devel/pcre2 GTK3_USE= GNOME=gtk30,vte3,gdkpixbuf2 XORG=x11,xext GL=gbm -GTK3_USES= gettext gl +GTK3_USES= gettext gl gnome xorg JPEG_CONFIGURE_OFF= --disable-vnc-jpeg JPEG_USES= jpeg NCURSES_USES= ncurses:base @@ -80,7 +80,7 @@ VDE_CONFIGURE_OFF= --disable-vde VDE_LIB_DEPENDS= libvdeplug.so:net/vde2 X11_CONFIGURE_ENABLE= sdl X11_USE= SDL=sdl2 XORG=x11,xext -X11_USES= sdl +X11_USES= sdl xorg .if !defined(PKGNAMESUFFIX) || ${PKGNAMESUFFIX} != "-utils" X86_TARGETS_USE_OFF= GNOME=cairo,gdkpixbuf2 .endif diff --git a/emulators/qemu40/Makefile b/emulators/qemu40/Makefile index d2e614aa75a8..410be5b1e87a 100644 --- a/emulators/qemu40/Makefile +++ b/emulators/qemu40/Makefile @@ -51,7 +51,7 @@ VDE_DESC= vde dependency (for vde networking) OPTIONS_DEFAULT=X11 GTK3 OPENGL GNUTLS SASL JPEG PNG CDROM_DMA CURL PCAP NCURSES VDE OPTIONS_SUB= yes X11_USE= SDL=sdl2 XORG=x11,xext GNOME=gdkpixbuf2 -X11_USES= sdl +X11_USES= gnome sdl xorg X11_CONFIGURE_ENABLE= sdl GTK3_LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon GTK3_USE= GNOME=gdkpixbuf2,gtk30,vte3 XORG=x11,xext diff --git a/emulators/spim/Makefile b/emulators/spim/Makefile index ff8d2315e9c9..b4c5704e33cf 100644 --- a/emulators/spim/Makefile +++ b/emulators/spim/Makefile @@ -24,7 +24,7 @@ OPTIONS_DEFINE= GUI DOCS OPTIONS_DEFAULT=GUI GUI_USE= XORG=x11,xaw -GUI_USES= imake:env +GUI_USES= imake:env xorg GUI_PLIST_FILES=bin/xspim man/man1/xspim.1.gz post-build-GUI-on: diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index a39ee5f52b0d..763033530644 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -111,7 +111,7 @@ VULKAN_LIB_DEPENDS= libvulkan.so:graphics/vulkan-loader WINEMAKER_RUN_DEPENDS= p5-XML-LibXML>0:textproc/p5-XML-LibXML X11_CONFIGURE_WITH= x cms fontconfig freetype glu jpeg opengl png xinerama xinput2 xrandr xrender -X11_USES= gl jpeg +X11_USES= gl jpeg xorg X11_USE= GL=glu XORG=x11,xext,xcomposite,xcursor,xi,xinerama,xrandr,xrender X11_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ |