diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 67c43bdfcc34..76102accb133 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -3,6 +3,7 @@ PORTNAME= wine DISTVERSION= 5.17 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -152,10 +153,9 @@ X11_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ CONFIGURE_ARGS+= --enable-win64 --libdir=${PREFIX}/lib PLIST_SUB+= WINE32="@comment " WINE64="" -# Wine assumes a WoW64 package is available, however WoW64 is not yet -# available on FreeBSD. Also fix the desktop file. +# Wine assumes a WoW64 package is available, which is not the case on +# FreeBSD yet. post-patch: - ${REINPLACE_CMD} 's|/wine|/wine64|g' ${WRKSRC}/tools/wineapploader.in ${REINPLACE_CMD} '/Exec/s|wine|wine64|g' ${WRKSRC}/loader/wine.desktop .else