Re: git: 2acb6e55988b - main - emulators/wine-devel: Enable Wayland support

From: Gerald Pfeifer <gerald_at_pfeifer.com>
Date: Sun, 19 Jan 2025 13:33:43 UTC
On Sun, 12 Jan 2025, Vladimir Druzenko wrote:
>> +.if ${PORT_OPTIONS:MWAYLAND}
>> +CONFIGURE_ARGS+=	--with-wayland
>> +PLIST_SUB+=		WAYLAND=""
>> +.else
>> +CONFIGURE_ARGS+=	--without-wayland
>> +PLIST_SUB+=		WAYLAND="@comment "
>> +.endif
> Why not "OPTIONS_SUB= yes" and "WAYLAND_CONFIGURE_WITH= wayland"?

Thanks for the suggestion; now in as revision 292212312477. 

Much simpler and shorter - and in fact I ahad PLIST_SUB for ages.

Gerald