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

Gerald Pfeifer gerald at FreeBSD.org
Sun May 8 11:51:24 UTC 2016


Author: gerald
Date: Sun May  8 11:51:23 2016
New Revision: 414806
URL: https://svnweb.freebsd.org/changeset/ports/414806

Log:
  Include GNUTLS in the default options since apparently it does help
  with Evernote and World of Warcraft.
  
  Bump PORTREVISION.
  
  PR:		208234

Modified:
  head/emulators/wine-devel/Makefile

Modified: head/emulators/wine-devel/Makefile
==============================================================================
--- head/emulators/wine-devel/Makefile	Sun May  8 11:13:52 2016	(r414805)
+++ head/emulators/wine-devel/Makefile	Sun May  8 11:51:23 2016	(r414806)
@@ -3,6 +3,7 @@
 
 PORTNAME=	wine
 DISTVERSION=	1.9.9
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	emulators
 MASTER_SITES=	SF/${PORTNAME}/Source \
@@ -53,7 +54,7 @@ PKGMESSAGE=	${WRKDIR}/pkg-message
 PORTDATA=	l_intl.nls wine.inf
 
 OPTIONS_DEFINE=	CUPS DOCS DOSBOX GNUTLS HAL LDAP LIBXSLT MPG123 OPENAL STAGING V4L WINEMAKER X11 GECKO MONO
-OPTIONS_DEFAULT=X11
+OPTIONS_DEFAULT=GNUTLS X11
 OPTIONS_SUB=	yes
 
 STAGING_DESC=	Include the Wine Staging patchset


More information about the svn-ports-head mailing list