diff options
author | gerald <gerald@FreeBSD.org> | 2015-04-10 21:35:27 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2015-04-10 21:35:27 +0800 |
commit | be494fd223cebdfa0fbc821762cecdc61b96f1b8 (patch) | |
tree | 38955abc5d0cec62c346bd6c0d41a9a218ea28cf /emulators | |
parent | 0bbd02e0e01e2b3fbfba30d0917952ebe8daa3da (diff) | |
download | freebsd-ports-gnome-be494fd223cebdfa0fbc821762cecdc61b96f1b8.tar.gz freebsd-ports-gnome-be494fd223cebdfa0fbc821762cecdc61b96f1b8.tar.zst freebsd-ports-gnome-be494fd223cebdfa0fbc821762cecdc61b96f1b8.zip |
Revert the bogus half of the previous commit (which added COMPHOLIO
to OPTIONS_DEFAULT).
The other half, which is actually desirable, moved extraction of
the Compholio/Staging patchset from the pre-configure target to
the post-extract target which allows us to actually add local
patches for this patchset as well.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 894fed7f800a..d110be50e69d 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -53,7 +53,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message PORTDATA= l_intl.nls wine.inf OPTIONS_DEFINE= COMPHOLIO CUPS DOCS DOSBOX GNUTLS HAL LDAP LIBXSLT MPG123 OPENAL V4L WINEMAKER X11 GECKO MONO -OPTIONS_DEFAULT=X11 COMPHOLIO +OPTIONS_DEFAULT=X11 OPTIONS_SUB= yes COMPHOLIO_DESC= Include the Compholio patchset, needed for Pipelight support |