View | Details | Raw Unified | Return to bug 198497 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/ports/emulators/i386-wine-devel/Makefile.inc (-2 / +2 lines)
Lines 41-48 Link Here
41
USE_LDCONFIG32=	${PREFIX}/lib32 ${PREFIX}/lib32/wine
41
USE_LDCONFIG32=	${PREFIX}/lib32 ${PREFIX}/lib32/wine
42
USES=		tar:xz
42
USES=		tar:xz
43
43
44
GECKO_RUN_DEPENDS=	${DATADIR}/gecko/wine_gecko-2.24-x86.msi:${PORTSDIR}/emulators/wine-gecko-devel
44
GECKO_RUN_DEPENDS=	${DATADIR}/gecko/wine_gecko-2.36-x86.msi:${PORTSDIR}/emulators/wine-gecko-devel
45
MONO_RUN_DEPENDS=	${DATADIR}/mono/wine-mono-4.5.2.msi:${PORTSDIR}/emulators/wine-mono-devel
45
MONO_RUN_DEPENDS=	${DATADIR}/mono/wine-mono-4.5.6.msi:${PORTSDIR}/emulators/wine-mono-devel
46
46
47
# Included for OPSYS and OSVERSION
47
# Included for OPSYS and OSVERSION
48
.include <bsd.port.pre.mk>
48
.include <bsd.port.pre.mk>
(-)/usr/ports/emulators/i386-wine-devel/files/nvidia.sh (-1 / +1 lines)
Lines 158-164 Link Here
158
  || terminate 255 "Unable to detect i386-wine, please install first"
158
  || terminate 255 "Unable to detect i386-wine, please install first"
159
echo "=> Detected i386-wine: ${WINE}"
159
echo "=> Detected i386-wine: ${WINE}"
160
160
161
NV=`version nvidia-driver`
161
NV=`version nvidia-driver; version nvidia-driver-340`
162
[ -n "$NV" ] \
162
[ -n "$NV" ] \
163
  || terminate 1 "Unable to detect nvidia-driver, please install first"
163
  || terminate 1 "Unable to detect nvidia-driver, please install first"
164
echo "=> Detected nvidia-driver: ${NV}"
164
echo "=> Detected nvidia-driver: ${NV}"

Return to bug 198497