diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2016-08-29 15:07:48 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2016-08-29 15:07:48 +0000 |
commit | 82f4f29734fd305f5f25475c3cf5e6e938683e08 (patch) | |
tree | 39b9110e6ad4c1211407249847d98cc59e886a2e /emulators/wine | |
parent | 115d4a8d15618fc1bd23520bf67baaca4696b511 (diff) | |
download | ports-82f4f29734fd305f5f25475c3cf5e6e938683e08.tar.gz ports-82f4f29734fd305f5f25475c3cf5e6e938683e08.zip |
Notes
Diffstat (limited to 'emulators/wine')
-rw-r--r-- | emulators/wine/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index c2e836580c21..3470ad648bdc 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -3,6 +3,7 @@ PORTNAME= wine DISTVERSION= 1.8.4 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -49,7 +50,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message PORTDATA= l_intl.nls wine.inf OPTIONS_DEFINE= CUPS DOCS DOSBOX GNUTLS HAL LDAP LIBXSLT MPG123 OPENAL V4L WINEMAKER X11 GECKO MONO -OPTIONS_DEFAULT=X11 +OPTIONS_DEFAULT=GNUTLS X11 OPTIONS_SUB= yes DOSBOX_DESC= Use DOSBox to run MS-DOS programs |