diff options
author | gerald <gerald@FreeBSD.org> | 2018-06-25 04:18:44 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2018-06-25 04:18:44 +0800 |
commit | 70e40a4568cfba95fe4722a3e0e8ad99eb50c247 (patch) | |
tree | 8076b1463642f81759cee48b66553da0d48b59fb /emulators/wine-devel | |
parent | cf930d24e90c764faf3f7c56d139d8595e46eb35 (diff) | |
download | freebsd-ports-gnome-70e40a4568cfba95fe4722a3e0e8ad99eb50c247.tar.gz freebsd-ports-gnome-70e40a4568cfba95fe4722a3e0e8ad99eb50c247.tar.zst freebsd-ports-gnome-70e40a4568cfba95fe4722a3e0e8ad99eb50c247.zip |
The VKD3D option is not operational yet, and there is at least one
prerequisite port we are missing, so make sure we IGNORE this port
should anyone try to enable this option nevertheless.
PR: 229276
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r-- | emulators/wine-devel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 2ad0eb2897c3..7b8ba65c74b1 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -95,6 +95,8 @@ V4L_CONFIGURE_WITH= v4l V4L_BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat V4L_LIB_DEPENDS= libv4l1.so:multimedia/libv4l +VKD3D_IGNORE= The VKD3D option is not supported (yet) + 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 |