svn commit: r477550 - head/emulators/wine-devel

Gerald Pfeifer gerald at FreeBSD.org
Sun Aug 19 00:36:11 UTC 2018


Author: gerald
Date: Sun Aug 19 00:36:10 2018
New Revision: 477550
URL: https://svnweb.freebsd.org/changeset/ports/477550

Log:
  Revert the inadvertent enabling of the STAGING option by default in
  revision 477548.

Modified:
  head/emulators/wine-devel/Makefile

Modified: head/emulators/wine-devel/Makefile
==============================================================================
--- head/emulators/wine-devel/Makefile	Sun Aug 19 00:28:41 2018	(r477549)
+++ head/emulators/wine-devel/Makefile	Sun Aug 19 00:36:10 2018	(r477550)
@@ -55,7 +55,7 @@ SUB_FILES=	pkg-message
 PORTDATA=	l_intl.nls wine.inf
 
 OPTIONS_DEFINE=	CUPS DOCS DOSBOX GNUTLS HAL LDAP LIBXSLT MPG123 OPENAL STAGING V4L VKD3D WINEMAKER X11 GECKO MONO
-OPTIONS_DEFAULT=GNUTLS X11 STAGING
+OPTIONS_DEFAULT=GNUTLS X11
 OPTIONS_SUB=	yes
 
 DOSBOX_DESC=	Use DOSBox to run MS-DOS programs


More information about the svn-ports-head mailing list