diff options
author | kmoore <kmoore@FreeBSD.org> | 2014-07-24 21:58:01 +0800 |
---|---|---|
committer | kmoore <kmoore@FreeBSD.org> | 2014-07-24 21:58:01 +0800 |
commit | 023bbb69cd7d731db7d7d0b0905dbd41dbc08497 (patch) | |
tree | 2a5626b54cc2a9e717685e40ae25f39031bdf73f /emulators | |
parent | c8d0122c955bfa6ddfeedf5621061ffb130d8f59 (diff) | |
download | freebsd-ports-gnome-023bbb69cd7d731db7d7d0b0905dbd41dbc08497.tar.gz freebsd-ports-gnome-023bbb69cd7d731db7d7d0b0905dbd41dbc08497.tar.zst freebsd-ports-gnome-023bbb69cd7d731db7d7d0b0905dbd41dbc08497.zip |
Enable HAL support for wine-compholio build, it is often used to get unique
hardware information for DRM checks to work in emulators/pipelight
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-compholio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/wine-compholio/Makefile b/emulators/wine-compholio/Makefile index 4d8d40f5598c..2a3f7202dddb 100644 --- a/emulators/wine-compholio/Makefile +++ b/emulators/wine-compholio/Makefile @@ -7,7 +7,7 @@ SLAVE_PORT= wine-devel CONFLICTS= wine-[0-9]* wine-devel-[0-9]* -OPTIONS_SET= COMPHOLIO LIBXSLT GNUTLS X11 +OPTIONS_SET= COMPHOLIO LIBXSLT GNUTLS HAL X11 MASTERDIR= ${.CURDIR}/../wine-devel PLIST= ${.MASTERDIR}/pkg-plist |